diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-07-29 17:12:14 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-07-29 17:12:14 +0500 |
commit | 8d7b54b7c225bb3395ea8fa0692c6799032d7304 (patch) | |
tree | 66fd9cf224c10568a1a31e3da1c92339f9439fa3 /mysql-test/t/variables.test | |
parent | 8713e9791ce79bd8f4e939c4c8e420809cd7832b (diff) | |
download | mariadb-git-8d7b54b7c225bb3395ea8fa0692c6799032d7304.tar.gz |
A new separate error message: Unknown collation 'blablabla'
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index 7d4b25df0eb..16a192f1276 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -120,6 +120,8 @@ set SESSION query_cache_size=10000; set GLOBAL table_type=DEFAULT; --error 1115 set character_set_client=UNKNOWN_CHARACTER_SET; +--error 1271 +set collation_connection=UNKNOWN_COLLATION; --error 1228 set global autocommit=1; --error 1228 |