summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_cp866.test
blob: cdc694d2fc75305f037f5141cb4e4afd606d443b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--echo #
--echo # Start of 10.2 tests
--echo #

--echo #
--echo # MDEV-25610 Assertion `escape != -1' failed in Item_func_like::val_int
--echo #

SELECT _cp866'' LIKE _cp866'' ESCAPE _cp866 0xFF;


--echo #
--echo # End of 10.2 tests
--echo #