mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -2100,7 +2100,7 @@ public:
|
||||
{
|
||||
my_decimal nr(ptr, precision, dec);
|
||||
return decimal_to_datetime_with_warn(get_thd(), &nr, ltime,
|
||||
fuzzydate, field_name.str);
|
||||
fuzzydate, table->s, field_name.str);
|
||||
}
|
||||
bool val_bool()
|
||||
{
|
||||
|
Reference in New Issue
Block a user