mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
WL#751 Error message construction, backport
This commit is contained in:
@ -382,6 +382,11 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql;
|
||||
|
||||
drop tables t1, t2;
|
||||
|
||||
#
|
||||
# mysql client with 'init-command' option
|
||||
#
|
||||
--exec $MYSQL --init-command="SET lc_messages=ru_RU" -e "SHOW VARIABLES LIKE 'lc_messages';"
|
||||
|
||||
#
|
||||
# Bug #27884: mysql --html does not quote HTML special characters in output
|
||||
#
|
||||
|
Reference in New Issue
Block a user