Backporting Bug#32391 Character sets: crash with --character-set-server

from mysql-trunk-bugfixing (5.6.1-m5) from mysql-5.5-bugfixing (5.5.6-m3).
This commit is contained in:
Alexander Barkov 2010-08-19 10:00:43 +04:00
commit f827ef9ed4
4 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,9 @@
SHOW VARIABLES LIKE 'collation_server';
Variable_name Value
collation_server utf16_general_ci
SHOW VARIABLES LIKE 'character_set_server';
Variable_name Value
character_set_server utf16
SHOW VARIABLES LIKE 'ft_stopword_file';
Variable_name Value
ft_stopword_file (built-in)

View file

@ -0,0 +1 @@
--character-set-server=utf16,latin1

View file

@ -0,0 +1,8 @@
--source include/have_utf16.inc
#
# Bug #32391 Character sets: crash with --character-set-server
#
SHOW VARIABLES LIKE 'collation_server';
SHOW VARIABLES LIKE 'character_set_server';
SHOW VARIABLES LIKE 'ft_stopword_file';