mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
e224c1238d
BUILD/compile-pentium-debug-max: Removed -DBIG_TABLES because of problems with gdb 5.3 sql/set_var.cc: SET CHARACTER SET DEFAULT didn't work sql/set_var.h: SET CHARACTER SET DEFAULT didn't work
11 lines
308 B
Text
11 lines
308 B
Text
# Test of character set conversions
|
|
|
|
# Test that SET DEFAULT works
|
|
|
|
select @@convert_character_set;
|
|
select @@global.convert_character_set;
|
|
show variables like "%convert_character_set%";
|
|
SET CHARACTER SET cp1251_koi8;
|
|
select @@convert_character_set;
|
|
SET CHARACTER SET DEFAULT;
|
|
select @@convert_character_set;
|