MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
weight_string_l12.inc
1 select @@collation_connection;
2 select hex(weight_string('a' LEVEL 1,2));
3 select hex(weight_string('a' LEVEL 1-2));
4 select hex(weight_string('A' LEVEL 1,2));
5 select hex(weight_string('A' LEVEL 1-2));