mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
replaced '--exec rm' to '--remove_file'
This commit is contained in:

parent
1835b16255
commit
4bfad3e923
@@ -280,8 +280,8 @@ ALTER TABLE t13 ORDER BY a;
|
||||
|
||||
# Remove dumps
|
||||
--echo
|
||||
#--exec rm $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_master.sql
|
||||
#--exec rm $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_slave.sql
|
||||
--remove_file $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_master.sql
|
||||
--remove_file $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_slave.sql
|
||||
|
||||
# Remove tables,views,procedures,functions
|
||||
--connection master
|
||||
|
Reference in New Issue
Block a user