1
0
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:
unknown
2008-01-08 21:45:15 +01:00
parent a216016255
commit cd7ab06e08
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@
-- source include/have_log_bin.inc
# Deletes all the binary logs
reset master;
# we need this for getting fixed timestamps inside of this test
set timestamp=1000000000;