From bb12690ad7db28b2c7a85b4b943df4d4174418c4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 23 Apr 2003 18:19:22 +0500 Subject: Variable names have been renamed: client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection BitKeeper/etc/ignore: Added client/ssl_test to the ignore list --- mysql-test/t/variables.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/variables.test') diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index bb94ab17b77..d1c8df64be2 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -92,7 +92,7 @@ set net_buffer_length=2000000000; show variables like 'net_buffer_length'; set character set cp1251_koi8; -show variables like "client_collation"; +show variables like "collation_client"; select @@timestamp>0; set @@rand_seed1=10000000,@@rand_seed2=1000000; @@ -119,7 +119,7 @@ set SESSION query_cache_size=10000; --error 1230 set GLOBAL table_type=DEFAULT; --error 1115 -set client_collation=UNKNOWN_CHARACTER_SET; +set collation_client=UNKNOWN_CHARACTER_SET; --error 1228 set global autocommit=1; --error 1228 -- cgit v1.2.1