summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/innodb_ctype_ldml.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-09-03 14:25:04 +0400
committerAlexander Barkov <bar@mariadb.org>2016-09-03 14:25:04 +0400
commit3dcca1b7247fff8f0658c38ebdecc5de4cfc8ca0 (patch)
treed31c051f4cab37e66d125998251c2a88dbaa8771 /mysql-test/suite/innodb/r/innodb_ctype_ldml.result
parent1ca595fbf7d186bbe9f2f9896869b316d6e9567a (diff)
downloadmariadb-git-3dcca1b7247fff8f0658c38ebdecc5de4cfc8ca0.tar.gz
A fix for 1ca595fbf7d186bbe9f2f9896869b316d6e9567a (LDML refactoring)
Modifying innodb_ctype_ldml.test related files to take into account the previous commit changes.
Diffstat (limited to 'mysql-test/suite/innodb/r/innodb_ctype_ldml.result')
-rw-r--r--mysql-test/suite/innodb/r/innodb_ctype_ldml.result6
1 files changed, 5 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_ctype_ldml.result b/mysql-test/suite/innodb/r/innodb_ctype_ldml.result
index fefadb2ecb0..8bb20410bb4 100644
--- a/mysql-test/suite/innodb/r/innodb_ctype_ldml.result
+++ b/mysql-test/suite/innodb/r/innodb_ctype_ldml.result
@@ -5,7 +5,7 @@ with all Unicode character sets
set names utf8;
show variables like 'character_sets_dir%';
Variable_name Value
-character_sets_dir MYSQL_TEST_DIR/std_data/
+character_sets_dir MYSQL_TEST_DIR/std_data/ldml/
show collation like 'utf8_phone_ci';
Collation Charset Id Default Compiled Sortlen
utf8_phone_ci utf8 352 8
@@ -390,10 +390,13 @@ select "foo" = "foo " collate latin1_test;
The following tests check that two-byte collation IDs work
select * from information_schema.collations where id>256 and is_compiled<>'Yes' order by id;
COLLATION_NAME CHARACTER_SET_NAME ID IS_DEFAULT IS_COMPILED SORTLEN
+ascii2_general_ci ascii2 320 Yes 1
+ascii2_bin ascii2 321 1
utf8mb4_test_ci utf8mb4 326 8
utf16_test_ci utf16 327 8
utf8mb4_test_400_ci utf8mb4 328 8
latin1_test2 latin1 332 1
+latin1_test2_cs latin1 333 1
utf8_bengali_standard_ci utf8 336 8
utf8_bengali_traditional_ci utf8 337 8
utf8_implicit_weights_ci utf8 338 8
@@ -414,6 +417,7 @@ show collation like '%test%';
Collation Charset Id Default Compiled Sortlen
latin1_test latin1 99 Yes 1
latin1_test2 latin1 332 1
+latin1_test2_cs latin1 333 1
utf8_test_ci utf8 353 8
ucs2_test_ci ucs2 358 8
utf8mb4_test_ci utf8mb4 326 8