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:
@ -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)
|
||||
|
Reference in New Issue
Block a user