summaryrefslogtreecommitdiff
path: root/include/m_ctype.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-09-03 09:05:56 +0400
committerAlexander Barkov <bar@mariadb.org>2016-09-03 09:05:56 +0400
commit1ca595fbf7d186bbe9f2f9896869b316d6e9567a (patch)
treeb6751102168660d7eaf923b001cb21d40975603b /include/m_ctype.h
parentaddb38f4763faa0378cd369106372a0eb0f0ee75 (diff)
downloadmariadb-git-1ca595fbf7d186bbe9f2f9896869b316d6e9567a.tar.gz
LDML refactoring for "MDEV-9711 NO PAD collations"
- Moving detection of the MY_CS_CSSORT, MY_CS_PUREASCII, MY_CS_NONASCII flags of loadable collations from add_collation() in mysys.c to my_cset_init_8bit() and my_coll_init_simple() in ctype-simple.c. - Adding tests that these flags are set properly for loadable collations - Moving LDML test related *.xml files from mysql-test/std_data/ to mysql-test/std_data/ldml/, as there will be more *.xml test files
Diffstat (limited to 'include/m_ctype.h')
-rw-r--r--include/m_ctype.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h
index 7a688f76acb..796dd630aa7 100644
--- a/include/m_ctype.h
+++ b/include/m_ctype.h
@@ -865,7 +865,6 @@ void my_string_metadata_get(MY_STRING_METADATA *metadata,
CHARSET_INFO *cs, const char *str, size_t len);
uint my_string_repertoire(CHARSET_INFO *cs, const char *str, ulong len);
my_bool my_charset_is_ascii_based(CHARSET_INFO *cs);
-my_bool my_charset_is_8bit_pure_ascii(CHARSET_INFO *cs);
uint my_charset_repertoire(CHARSET_INFO *cs);
uint my_strxfrm_flag_normalize(uint flags, uint nlevels);
@@ -875,8 +874,6 @@ size_t my_strxfrm_pad_desc_and_reverse(CHARSET_INFO *cs,
uchar *str, uchar *frmend, uchar *strend,
uint nweights, uint flags, uint level);
-my_bool my_charset_is_ascii_compatible(CHARSET_INFO *cs);
-
const MY_CONTRACTIONS *my_charset_get_contractions(CHARSET_INFO *cs,
int level);