mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Galera MTR tests: Make the mysqlhotcopy tests pass on Ubuntu 16.04
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
This commit is contained in:
parent
e29d7b1d0b
commit
c49bfff992
1 changed files with 1 additions and 1 deletions
|
@ -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 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
|
||||
|
|
Loading…
Reference in a new issue