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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user