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
commit 93d3ba840d
16 changed files with 36 additions and 36 deletions

View file

@ -96,7 +96,7 @@ int run_test(const char *filename)
keyinfo[0].seg[0].length=1; /* Spatial ignores it anyway */
keyinfo[0].seg[0].null_bit= null_fields ? 2 : 0;
keyinfo[0].seg[0].null_pos=0;
keyinfo[0].seg[0].language=MY_CHARSET_CURRENT;
keyinfo[0].seg[0].language=default_charset_info->number;
keyinfo[0].seg[0].bit_start=4; /* Long BLOB */