diff options
author | bar@bar.mysql.r18.ru <> | 2002-10-23 18:20:45 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2002-10-23 18:20:45 +0500 |
commit | b9f5e18be13d00ab36e2599b63ac1396c486cb7d (patch) | |
tree | 5895f03702a67a9213f0780aec12bd14bd804676 /include | |
parent | cd032e041812580feb8f92f5eac5639bb2693616 (diff) | |
download | mariadb-git-b9f5e18be13d00ab36e2599b63ac1396c486cb7d.tar.gz |
Preparing to use my_charset_bin instead of binary_flag
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index e4bc9be3378..452124fc790 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -48,6 +48,7 @@ typedef struct unicase_info_st { #define MY_CS_CONFIG 2 /* sets that have a *.conf file */ #define MY_CS_INDEX 4 /* sets listed in the Index file */ #define MY_CS_LOADED 8 /* sets that are currently loaded */ +#define MY_CS_BINSORT 16 /* if binary sort order */ #define MY_CHARSET_UNDEFINED 0 #define MY_CHARSET_CURRENT (default_charset_info->number) @@ -116,6 +117,7 @@ typedef struct charset_info_st } CHARSET_INFO; +extern CHARSET_INFO *my_charset_bin; extern CHARSET_INFO *default_charset_info; extern CHARSET_INFO *system_charset_info; extern CHARSET_INFO *all_charsets[256]; |