mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-16910 Add class VDec
Adding classes VDec and VDec2_lazy, according to the task description. This patch removes around 250 duplicate code lines.
This commit is contained in:
@ -1511,3 +1511,10 @@ void unpack_time(longlong packed, MYSQL_TIME *my_time,
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
bool my_decimal::to_datetime_with_warn(MYSQL_TIME *to, ulonglong fuzzydate,
|
||||
const char *field_name)
|
||||
{
|
||||
return decimal_to_datetime_with_warn(this, to, fuzzydate, field_name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user