summaryrefslogtreecommitdiff
path: root/mysql-test/include/weight_string_l2.inc
blob: 1802fcc9c794737e0402c3351090eaf2c2b04ab2 (plain)
1
2
3
4
5
6
7
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));