diff options
author | Alexander Barkov <bar@mysql.com> | 2010-02-24 13:15:34 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2010-02-24 13:15:34 +0400 |
commit | 13c32771e7e46573c3e39973f5af20cb9560867a (patch) | |
tree | 469ee723904a6610a4436b55056ed5e2c19d9972 /mysql-test/std_data | |
parent | b5936f7340ffe26e2f1b3a1c98c647f88b16940e (diff) | |
download | mariadb-git-13c32771e7e46573c3e39973f5af20cb9560867a.tar.gz |
Backporting WL#1213
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/Index.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mysql-test/std_data/Index.xml b/mysql-test/std_data/Index.xml index e4964a33419..27358fefd54 100644 --- a/mysql-test/std_data/Index.xml +++ b/mysql-test/std_data/Index.xml @@ -33,6 +33,36 @@ </collation> </charset> + + <charset name="utf8mb4"> + <collation name="utf8mb4_test_ci" id="326"> + <rules> + <reset>a</reset> + <s>b</s> + </rules> + </collation> + </charset> + + <charset name="utf16"> + <collation name="utf16_test_ci" id="327"> + <rules> + <reset>a</reset> + <s>b</s> + </rules> + </collation> + </charset> + + + <charset name="utf32"> + <collation name="utf32_test_ci" id="391"> + <rules> + <reset>a</reset> + <s>b</s> + </rules> + </collation> + </charset> + + <charset name="ucs2"> <collation name="ucs2_test_ci" id="358"> <rules> |