1call mtr.add_suppression("'utf16' can not be used as client character set");
2SHOW VARIABLES LIKE 'collation_server';
3Variable_name	Value
4collation_server	utf16_general_ci
5SHOW VARIABLES LIKE 'character_set_server';
6Variable_name	Value
7character_set_server	utf16
8SHOW VARIABLES LIKE 'ft_stopword_file';
9Variable_name	Value
10ft_stopword_file	(built-in)
11#
12# MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_syntax
13#
14SET GLOBAL ft_boolean_syntax='+ -><()~*:""&|';
15SET GLOBAL ft_boolean_syntax=DEFAULT;
16