• Vladislav Vaintroub's avatar
    MDEV-339, LP1001340 - system_time_zone is wrong on Windows · d319ae01
    Vladislav Vaintroub authored
    On localized Windows versions, Windows uses localized time zone names and contain non-ASCII characters.  non-ASCII characters appear broken when displayed by clients
    The fix is to declare system_time_zone variable to have UTF8 encoding and to convert tzname to UTF8.
    d319ae01
mysqld.cc 274 KB