Skip to content

Commit

Permalink
Merge pull request #649 from codership/10.2-MDEV-15540
Browse files Browse the repository at this point in the history
MDEV-15540 fix for MTR tests using wsrep_recover.inc
  • Loading branch information
Jan Lindström committed Mar 15, 2018
2 parents 27d94b7 + c439fdc commit be3651b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/galera/include/galera_wsrep_recover.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--echo Performing --wsrep-recover ...
--exec $MYSQLD --defaults-group-suffix=.$galera_wsrep_recover_server_id --defaults-file=$MYSQLTEST_VARDIR/my.cnf --innodb --wsrep-recover > $MYSQL_TMP_DIR/galera_wsrep_recover.log 2>&1
--exec $MYSQLD --defaults-group-suffix=.$galera_wsrep_recover_server_id --defaults-file=$MYSQLTEST_VARDIR/my.cnf --log-error=$MYSQL_TMP_DIR/galera_wsrep_recover.log --innodb --wsrep-recover > $MYSQL_TMP_DIR/galera_wsrep_recover.log 2>&1

--perl
use strict;
Expand Down

0 comments on commit be3651b

Please sign in to comment.