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 308c666 commit fc17987Copy full SHA for fc17987
mysql-test/suite/galera/t/galera_concurrent_ctas.test
@@ -43,10 +43,10 @@ let $run=10;
43
while($run)
44
{
45
--error 0,1
46
- exec $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_1 test
47
- < $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql &
48
- $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_2 test
49
- < $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql;
+ exec $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_1 test \
+ < $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql & \
+ $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_2 test \
+ < $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql;
50
dec $run;
51
}
52
0 commit comments