Skip to content

Commit

Permalink
Galera MTR tests: Make the mysqlhotcopy tests pass on Ubuntu 16.04
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
  • Loading branch information
mariadb-SachinSetiya committed Apr 6, 2017
1 parent 8aa5356 commit 70ae1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/include/mysqlhotcopy.inc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DROP DATABASE hotcopy_save;
--replace_result $MYSQLD_DATADIR MYSQLD_DATADIR
--list_files $MYSQLD_DATADIR/hotcopy_save
--replace_result $MASTER_MYSOCK MASTER_MYSOCK
--error 1
--error 1,9,11,110,2304,255
--exec $MYSQLHOTCOPY --quiet -S $MASTER_MYSOCK -u root hotcopy_test hotcopy_save
--replace_result $MASTER_MYSOCK MASTER_MYSOCK
--exec $MYSQLHOTCOPY --quiet --allowold -S $MASTER_MYSOCK -u root hotcopy_test hotcopy_save
Expand Down

0 comments on commit 70ae1db

Please sign in to comment.