1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now)

Some default_charset_info were removed
This commit is contained in:
unknown
2003-06-03 14:59:17 +05:00
parent 4beedd513e
commit 93d3ba840d
16 changed files with 36 additions and 36 deletions

View File

@ -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)