summaryrefslogtreecommitdiff
path: root/strings/ctype-unidata.h
diff options
context:
space:
mode:
Diffstat (limited to 'strings/ctype-unidata.h')
-rw-r--r--strings/ctype-unidata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/strings/ctype-unidata.h b/strings/ctype-unidata.h
index 6712f5e1d79..9900fd0cedd 100644
--- a/strings/ctype-unidata.h
+++ b/strings/ctype-unidata.h
@@ -21,6 +21,9 @@
extern MY_UNICASE_CHARACTER my_unicase_default_page00[256];
extern MY_UNICASE_CHARACTER *my_unicase_default_pages[256];
+extern MY_UNICASE_CHARACTER my_unicase_mysql500_page00[256];
+extern MY_UNICASE_CHARACTER *my_unicase_mysql500_pages[256];
+
size_t my_strxfrm_pad_nweights_unicode(uchar *str, uchar *strend, size_t nweights);
size_t my_strxfrm_pad_unicode(uchar *str, uchar *strend);