Commit a7a1b822 authored by Sergey Petrunya's avatar Sergey Petrunya

Update test result for mysql-test/t/ctype_errors.test (checked)

parent 34c7fe07
...@@ -24,11 +24,11 @@ lc_messages ru_RU ...@@ -24,11 +24,11 @@ lc_messages ru_RU
SET GLOBAL lc_messages=en_US; SET GLOBAL lc_messages=en_US;
DROP TABLE t1; DROP TABLE t1;
drop table `ק`; drop table `ק`;
ERROR 42S02: Unknown table 'ק' ERROR 42S02: Unknown table 'test.ק'
SET lc_messages=cs_CZ; SET lc_messages=cs_CZ;
SET NAMES UTF8; SET NAMES UTF8;
USE nonexistant; USE nonexistant;
ERROR 42000: Nezn-Bámá databáze 'nonexistant' ERROR 42000: Neznámá databáze 'nonexistant'
# #
# Bug#12736295: Buffer overflow for variable converted_err # Bug#12736295: Buffer overflow for variable converted_err
# with non-latin1 server error message # with non-latin1 server error message
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment