diff options
author | bar@bar.mysql.r18.ru <> | 2003-09-22 11:11:36 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-09-22 11:11:36 +0500 |
commit | 99e2a821682e355a43dd7f00f173fb5f0e2746b8 (patch) | |
tree | a1d98e6177658118fdb465426699d462b11aeaa3 /include | |
parent | b201d49631637a3c55f25591a3ae40e8f77d2f71 (diff) | |
download | mariadb-git-99e2a821682e355a43dd7f00f173fb5f0e2746b8.tar.gz |
Bug 1350 fix
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index 603bb3cc2e5..a15fe3097cc 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -63,6 +63,7 @@ typedef struct unicase_info_st #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_CS_AVAILABLE 512 /* If either compiled-in or loaded*/ #define MY_CHARSET_UNDEFINED 0 |