summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/weight_string_l12.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/weight_string_l12.inc')
-rw-r--r--mysql-test/include/weight_string_l12.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/weight_string_l12.inc b/mysql-test/include/weight_string_l12.inc
new file mode 100644
index 00000000..4ecde8f5
--- /dev/null
+++ b/mysql-test/include/weight_string_l12.inc
@@ -0,0 +1,5 @@
+select @@collation_connection;
+select hex(weight_string('a' LEVEL 1,2));
+select hex(weight_string('a' LEVEL 1-2));
+select hex(weight_string('A' LEVEL 1,2));
+select hex(weight_string('A' LEVEL 1-2));