mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -1483,9 +1483,10 @@ bool Item_func_json_array::fix_length_and_dec()
|
||||
|
||||
if (arg_count == 0)
|
||||
{
|
||||
collation.set(&my_charset_utf8_general_ci,
|
||||
THD* thd= current_thd;
|
||||
collation.set(thd->variables.collation_connection,
|
||||
DERIVATION_COERCIBLE, MY_REPERTOIRE_ASCII);
|
||||
tmp_val.set_charset(&my_charset_utf8_general_ci);
|
||||
tmp_val.set_charset(thd->variables.collation_connection);
|
||||
max_length= 2;
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user