summaryrefslogtreecommitdiff
path: root/mysql-test/include/weight_string_l2.inc
blob: 28f90aa5789f93146e64a0f45b395306f966ca4f (plain)
1
2
3
4
5
6
7
8
9
10
#enable after fix MDEV-29290
--disable_view_protocol
select @@collation_connection;
select hex(weight_string('a' LEVEL 2));
select hex(weight_string('A' LEVEL 2));
select hex(weight_string('abc' LEVEL 2));
select hex(weight_string('abc' as char(2) LEVEL 2));
select hex(weight_string('abc' as char(3) LEVEL 2));
select hex(weight_string('abc' as char(5) LEVEL 2));
--disable_view_protocol