summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf32_def.test
blob: e23f96052d3fe433146cbf4c11426911cc59513c (plain)
1
2
3
4
5
6
7
8
9
--source include/have_utf32.inc
call mtr.add_suppression("'utf32' can not be used as client character set");

--echo #
--echo # MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_syntax
--echo #

SET GLOBAL ft_boolean_syntax='+ -><()~*:""&|';
SET GLOBAL ft_boolean_syntax=DEFAULT;