diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-07-04 17:08:15 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-07-04 17:08:15 +0400 |
commit | a7a1b82268abd4fd0b07976188e28e0127541119 (patch) | |
tree | 7193bef81a400411882282636abeb854d5efb569 /mysql-test/r | |
parent | 34c7fe07502b89ab533ca5b8f32816790a716ef3 (diff) | |
download | mariadb-git-a7a1b82268abd4fd0b07976188e28e0127541119.tar.gz |
Update test result for mysql-test/t/ctype_errors.test (checked)
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/ctype_errors.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ctype_errors.result b/mysql-test/r/ctype_errors.result index 90d0c28eebf..5ae8c53ce8b 100644 --- a/mysql-test/r/ctype_errors.result +++ b/mysql-test/r/ctype_errors.result @@ -24,11 +24,11 @@ lc_messages ru_RU SET GLOBAL lc_messages=en_US; DROP TABLE t1; drop table `ק`; -ERROR 42S02: Unknown table 'ק' +ERROR 42S02: Unknown table 'test.ק' SET lc_messages=cs_CZ; SET NAMES UTF8; 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 # with non-latin1 server error message |