diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-10-12 13:50:22 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-10-12 13:50:22 +0500 |
commit | bac62fa32e2bb89613948205950f140b622ebd15 (patch) | |
tree | 463e189f3d056f27e63df311f204f3cc1b4b0993 /include | |
parent | 4fc506529cf56789307241dd0c0b348f48ef5a71 (diff) | |
parent | 1ba54cad969fe85a4d1d21140f14ede105b40555 (diff) | |
download | mariadb-git-bac62fa32e2bb89613948205950f140b622ebd15.tar.gz |
Merge bk@192.168.21.1:mysql-4.1
into mysql.com:/home/hf/mysql-5.0.mrg
include/m_ctype.h:
Auto merged
mysql-test/r/ctype_utf8.result:
Auto merged
mysql-test/r/type_enum.result:
Auto merged
mysql-test/t/ctype_utf8.test:
Auto merged
sql/item_func.cc:
Auto merged
sql/sql_select.cc:
Auto merged
sql/table.cc:
Auto merged
sql/unireg.cc:
Auto merged
strings/ctype-mb.c:
SCCS merged
strings/ctype-utf8.c:
SCCS merged
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index 0f5263e1c51..35d2889bdd5 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -112,6 +112,8 @@ enum my_lex_states struct charset_info_st; + +/* See strings/CHARSET_INFO.txt for information about this structure */ typedef struct my_collation_handler_st { my_bool (*init)(struct charset_info_st *, void *(*alloc)(uint)); @@ -154,6 +156,7 @@ extern MY_COLLATION_HANDLER my_collation_8bit_simple_ci_handler; extern MY_COLLATION_HANDLER my_collation_ucs2_uca_handler; +/* See strings/CHARSET_INFO.txt about information on this structure */ typedef struct my_charset_handler_st { my_bool (*init)(struct charset_info_st *, void *(*alloc)(uint)); @@ -216,6 +219,7 @@ extern MY_CHARSET_HANDLER my_charset_8bit_handler; extern MY_CHARSET_HANDLER my_charset_ucs2_handler; +/* See strings/CHARSET_INFO.txt about information on this structure */ typedef struct charset_info_st { uint number; |