summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2018-10-16 19:10:57 +0400
committerAlexander Barkov <bar@mariadb.com>2018-10-17 06:44:40 +0400
commit6eae037c4c76a5746f3954356a5a8b78da49dd1b (patch)
tree826075811261a303042ea598a5349ae691536e00 /include
parentfee24b1281ab5a306880f19e749da75b8797a61d (diff)
downloadmariadb-git-6eae037c4c76a5746f3954356a5a8b78da49dd1b.tar.gz
MDEV-17474 Change Unicode collation implementation from "handler" to "inline" style
Diffstat (limited to 'include')
-rw-r--r--include/m_ctype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h
index a4aa5b51218..51c7954d575 100644
--- a/include/m_ctype.h
+++ b/include/m_ctype.h
@@ -362,7 +362,6 @@ extern MY_COLLATION_HANDLER my_collation_8bit_bin_handler;
extern MY_COLLATION_HANDLER my_collation_8bit_simple_ci_handler;
extern MY_COLLATION_HANDLER my_collation_8bit_nopad_bin_handler;
extern MY_COLLATION_HANDLER my_collation_8bit_simple_nopad_ci_handler;
-extern MY_COLLATION_HANDLER my_collation_ucs2_uca_handler;
/* Some typedef to make it easy for C++ to make function pointers */
typedef int (*my_charset_conv_mb_wc)(CHARSET_INFO *, my_wc_t *,