summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-06-03 15:29:45 +0500
committerunknown <hf@deer.(none)>2003-06-03 15:29:45 +0500
commit27d95e9687e840c98235a89ff7aea880bb905f44 (patch)
tree8fbdeb921dbec58aad82607728e71ba9cbf00a4c /include
parentce02ef66416d409068a6f3c3f96d4403cf10b67f (diff)
parent93d3ba840d1fe746929c68c262d3337cf4f38fc0 (diff)
downloadmariadb-git-27d95e9687e840c98235a89ff7aea880bb905f44.tar.gz
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.emb_bind
Diffstat (limited to 'include')
-rw-r--r--include/m_ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h
index 59f75081ff9..f6b5a1ca44f 100644
--- a/include/m_ctype.h
+++ b/include/m_ctype.h
@@ -62,9 +62,9 @@ typedef struct unicase_info_st
#define MY_CS_PRIMARY 32 /* if primary collation */
#define MY_CS_STRNXFRM 64 /* if strnxfrm is used for sort */
#define MY_CS_UNICODE 128 /* is a charset is full unicode */
+#define MY_CS_NONTEXT 256 /* if a charset is not sprintf() compatible */
#define MY_CHARSET_UNDEFINED 0
-#define MY_CHARSET_CURRENT (default_charset_info->number)
typedef struct my_uni_idx_st