summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf16_def.result
blob: b5827d45619a7ee5f7ee64c987fd96daa1e4aff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
call mtr.add_suppression("'utf16' can not be used as client character set");
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)
#
# MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_syntax
#
SET GLOBAL ft_boolean_syntax='+ -><()~*:""&|';
SET GLOBAL ft_boolean_syntax=DEFAULT;