mariadb/mysql-test/main/charset_client_win.test
Vladislav Vaintroub 5ab9265677 MDEV-28982- race condition in charset_client_win.
Do not use chcp when mtr is running in parallel mode, since it possibly
resets the console charset, shared by all mtr processes and threads.
2022-06-29 19:44:29 +02:00

7 lines
238 B
Text

--source include/windows.inc
--source include/no_utf8_cli.inc
if(!`select $MTR_PARALLEL = 1`)
{
skip race condition with parallel builds;
}
--exec chcp 1257 > NUL && $MYSQL --default-character-set=auto -e "select @@character_set_client"