1-- source include/have_ucs2.inc
2
3--echo #
4--echo # Start of 10.2 tests
5--echo #
6
7--echo #
8--echo # MDEV-10877 xxx_unicode_nopad_ci collations
9--echo #
10SET NAMES utf8, character_set_connection=ucs2;
11let $coll='ucs2_unicode_nopad_ci';
12let $coll_pad='ucs2_unicode_ci';
13--source include/ctype_pad_all_engines.inc
14
15let $coll='ucs2_unicode_520_nopad_ci';
16let $coll_pad='ucs2_unicode_520_ci';
17--source include/ctype_pad_all_engines.inc
18
19SET NAMES utf8, collation_connection=ucs2_unicode_520_nopad_ci;
20--source include/ctype_like_range_mdev14350.inc
21SET NAMES utf8;
22
23--echo #
24--echo # End of 10.2 tests
25--echo #
26