mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -3537,6 +3537,7 @@ const char *Item_func_json_format::func_name() const
|
||||
bool Item_func_json_format::fix_length_and_dec()
|
||||
{
|
||||
decimals= 0;
|
||||
collation.set(args[0]->collation);
|
||||
max_length= args[0]->max_length;
|
||||
maybe_null= 1;
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user