We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaccf99 commit fe10645Copy full SHA for fe10645
mysql-test/main/charset_client_win_utf8mb4.test
@@ -1,5 +1,11 @@
1
--source include/windows.inc
2
--source include/check_utf8_cli.inc
3
+
4
+if(!`select $MTR_PARALLEL = 1`)
5
+{
6
+ skip race condition with parallel tests;
7
+}
8
9
--exec $MYSQL --default-character-set=auto -e "select @@character_set_client"
10
11
# Test that a user with old, non-UTF8 password can still connect
0 commit comments