• unknown's avatar
    Bug#27636 mysqlbinlog-cp932 and ctype_cp932 tests fails if LC_* variables set to *_*.UTF-8 · a53b80b3
    unknown authored
    As MySQL character set tests can print results in many character sets
    (latin1, utf8-8, sjis, cp932 and others) - its output can be incompatible
    with the current locale settings, which makes PERL confuse.
    
    Fix: reset LC_ALL and LC_CTYPE to "C", which is compatible with
    any character set.
    
    
    mysql-test/mysql-test-run.pl:
      Ignore current locale settings, because "mysqltest" output
      can be not compatible with the locale.
    a53b80b3
mysql-test-run.pl 143 KB