mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
ensure repeatability of test case
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
reset master;
|
||||
reset master;
|
||||
create database mysqltest;
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
--disable_warnings
|
||||
connection server2;
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
connection server1;
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
--connection server1
|
||||
reset master;
|
||||
--connection server2
|
||||
|
||||
Reference in New Issue
Block a user