diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-06-21 21:36:23 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2016-06-21 21:36:23 +0400 |
commit | 63120090f994cc78876944e9f7a76f53337fa46e (patch) | |
tree | 2e84fe105bb38d1b3ab608495f01664b1d949e38 /include | |
parent | 61492ea5ddd14efd2ede257700ac4d8fba2a04e6 (diff) | |
download | mariadb-git-63120090f994cc78876944e9f7a76f53337fa46e.tar.gz |
MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary level
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index 497ba6de927..dcbfb604f03 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -131,6 +131,7 @@ typedef struct my_uca_level_info_st uchar *lengths; uint16 **weights; MY_CONTRACTIONS contractions; + uint levelno; } MY_UCA_WEIGHT_LEVEL; |