diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-05-26 22:56:28 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2016-05-26 22:56:28 +0400 |
commit | 29db3b5e5c3395e1ae71e3cc5235f97f30c24888 (patch) | |
tree | b2a6c23e3726351e7e4c2a609a1524412d2364f9 /strings | |
parent | d930d07258744607152ff94be5de57a9b31d0430 (diff) | |
download | mariadb-git-29db3b5e5c3395e1ae71e3cc5235f97f30c24888.tar.gz |
Clean-ups for MDEV-10132 utf8_thai_520_w2 collation:
- Changing strnxfrm_multiply from 8 to 4, as agreed with Pruet Boonma
- Adjusting tests
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-uca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-uca.c b/strings/ctype-uca.c index 46d87a040c1..c49dff6f6a9 100644 --- a/strings/ctype-uca.c +++ b/strings/ctype-uca.c @@ -35954,7 +35954,7 @@ struct charset_info_st my_charset_utf8_thai_520_w2= &my_unicase_unicode520,/* caseinfo */ NULL, /* state_map */ NULL, /* ident_map */ - 8, /* strxfrm_multiply */ + 4, /* strxfrm_multiply */ 1, /* caseup_multiply */ 1, /* casedn_multiply */ 1, /* mbminlen */ |