blob: 856a97e879c6c0d8ed8fdb40c791705b2abcb261 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--echo #
--echo # test cleanup of sys_var classes
--echo #
--let $long_string=`select repeat('.', 2001)`
--error ER_WRONG_STRING_LENGTH
eval set global init_connect="$long_string";
--error ER_WRONG_STRING_LENGTH
eval set global ft_boolean_syntax="$long_string";
--echo #
--echo # end of test mdev_15935
--echo #
|