1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

don't use session locale for the error log

This commit is contained in:
Sergei Golubchik
2024-05-21 21:04:41 +02:00
parent 9cb0bb1de0
commit aebd16201f
11 changed files with 16 additions and 18 deletions

View File

@@ -829,7 +829,7 @@ err:
ER_THD(thd, ER_JSON_HISTOGRAM_PARSE_FAILED),
db_name, table_name,
err, (je.s.c_str - (const uchar*)hist_data));
sql_print_error(ER_THD(thd, ER_JSON_HISTOGRAM_PARSE_FAILED),
sql_print_error(ER_DEFAULT(ER_JSON_HISTOGRAM_PARSE_FAILED),
db_name, table_name, err,
(je.s.c_str - (const uchar*)hist_data));