1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Variable names have been renamed:

client_collation -> collation_client
  result_collation -> collation_results
  connection_collation -> collation_connection
This commit is contained in:
bar@bar.mysql.r18.ru
2003-04-23 18:19:22 +05:00
parent 8379f5c4f9
commit 6d5f527afd
13 changed files with 116 additions and 117 deletions

View File

@@ -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