diff options
author | bar@bar.mysql.r18.ru <> | 2003-06-03 14:59:17 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-06-03 14:59:17 +0500 |
commit | 759214fa418c5570925ba1d5efd5a154e3b7c076 (patch) | |
tree | f7bb603f0c1323874da13a5e0f5bc44f6781cada /sql/sql_string.h | |
parent | 7342852dd93d16385b69af08e30d6747a2f358e3 (diff) | |
download | mariadb-git-759214fa418c5570925ba1d5efd5a154e3b7c076.tar.gz |
MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now)
Some default_charset_info were removed
Diffstat (limited to 'sql/sql_string.h')
-rw-r--r-- | sql/sql_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_string.h b/sql/sql_string.h index 8212bd0a2bd..ee38853a2d3 100644 --- a/sql/sql_string.h +++ b/sql/sql_string.h @@ -117,7 +117,7 @@ public: Ptr=(char*) str; str_length=arg_length; Alloced_length=0 ; alloced=0; str_charset=cs; } - bool set_latin1(const char *str, uint32 arg_length); + bool set_ascii(const char *str, uint32 arg_length); inline void set_quick(char *str,uint32 arg_length, CHARSET_INFO *cs) { if (!alloced) |