Bug#36279 - mysql built with Visual Studio 2005 does not display
japanese characters. Fix - removed obsolvete setlocale from my_init.c . In MBCS environments it caused unwanted character-to-byte translations in fputc() in client code and wrong output as result.
This commit is contained in:
parent
ff5662df68
commit
60d5e90089
@ -305,8 +305,6 @@ static void my_win_init(void)
|
||||
const char *targetKey = "Software\\MySQL" ;
|
||||
DBUG_ENTER("my_win_init");
|
||||
|
||||
setlocale(LC_CTYPE, ""); /* To get right sortorder */
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if _MSC_VER < 1300
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user