summaryrefslogtreecommitdiff
path: root/mysys/charset-def.c
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2006-01-18 12:27:02 +0400
committerunknown <bar@mysql.com>2006-01-18 12:27:02 +0400
commit28b5074eb4783807d33959cf207b91b900d79e60 (patch)
tree9a21a2efcf7323d74df2512d16d26dea3488f50b /mysys/charset-def.c
parentaae478517d9dc8093476888329cf5d82b6f1a2c9 (diff)
downloadmariadb-git-28b5074eb4783807d33959cf207b91b900d79e60.tar.gz
sql_show.cc:
Don't display charsets/collations with HIDDEN flag. ctype-utf8.c: Adding HIDDEN flag to "filename" Changeing ID to 17 which was previosly used by deprecated "win1251", removed in 4.1. charset-def.c: Adding "filename" as a hidden charset, for test purposes. m_ctype.h: Adding MY_CS_HIDDEN flag, to hide charsets and collations from being displayed in SHOW. include/m_ctype.h: Adding MY_CS_HIDDEN flag, to hide charsets and collations from being displayed in SHOW. mysys/charset-def.c: Adding "filename" as a hidden charset, for test purposes. strings/ctype-utf8.c: Adding HIDDEN flag to "filename" Changeing ID to 17 which was previosly used by deprecated "win1251", removed in 4.1. sql/sql_show.cc: Don't display charsets/collations with HIDDEN flag.
Diffstat (limited to 'mysys/charset-def.c')
-rw-r--r--mysys/charset-def.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/charset-def.c b/mysys/charset-def.c
index 0559fe59d06..835ce064b2c 100644
--- a/mysys/charset-def.c
+++ b/mysys/charset-def.c
@@ -78,6 +78,7 @@ my_bool init_compiled_charsets(myf flags __attribute__((unused)))
CHARSET_INFO *cs;
add_compiled_collation(&my_charset_bin);
+ add_compiled_collation(&my_charset_filename);
add_compiled_collation(&my_charset_latin1);
add_compiled_collation(&my_charset_latin1_bin);