mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Remove unportable "system rm"
This commit is contained in:
parent
3b7f80940d
commit
643b2163e6
1 changed files with 10 additions and 1 deletions
|
|
@ -57,6 +57,15 @@ unlock tables;
|
|||
connection con1;
|
||||
reap;
|
||||
drop table t5;
|
||||
--system rm $MYSQLTEST_VARDIR/tmp/t?.*
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t1.MYD;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t2.MYD;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t3.MYD;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t4.MYD;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t5.MYD;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t1.frm;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t2.frm;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t3.frm;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t4.frm;
|
||||
remove_file $MYSQLTEST_VARDIR/tmp/t5.frm;
|
||||
|
||||
# End of 4.1 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue