mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
reset master first in test to get consistent start
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
reset master;
|
||||||
set timestamp=1000000000;
|
set timestamp=1000000000;
|
||||||
drop table if exists t1,t2,t3,t4,t5,t03,t04;
|
drop table if exists t1,t2,t3,t4,t5,t03,t04;
|
||||||
create table t1 (word varchar(20));
|
create table t1 (word varchar(20));
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
-- source include/have_log_bin.inc
|
-- source include/have_log_bin.inc
|
||||||
|
|
||||||
|
# Deletes all the binary logs
|
||||||
|
reset master;
|
||||||
|
|
||||||
# we need this for getting fixed timestamps inside of this test
|
# we need this for getting fixed timestamps inside of this test
|
||||||
set timestamp=1000000000;
|
set timestamp=1000000000;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user