1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-5163 Merge WEIGHT_STRING function from MySQL-5.6

This commit is contained in:
Alexander Barkov
2013-10-23 20:25:52 +04:00
parent de8e306b69
commit 426d246f5b
103 changed files with 14248 additions and 826 deletions

View File

@ -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));