mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Make it possible to run mysql-test-run.pl with default test suite in different vardir.
This commit is contained in:
@@ -8,7 +8,7 @@ source include/master-slave.inc;
|
||||
|
||||
create table t1 (a int) engine=myisam;
|
||||
flush tables;
|
||||
system rm ./var/master-data/test/t1.MYI ;
|
||||
system rm $MYSQLTEST_VARDIR/master-data/test/t1.MYI ;
|
||||
drop table if exists t1;
|
||||
save_master_pos;
|
||||
connection slave;
|
||||
|
||||
Reference in New Issue
Block a user