Commit e195685c authored by forkfun's avatar forkfun

MDEV-27548 session_tracker_last_gtid.test fails with --repeat, added cleanup after the test

parent cf574cf5
...@@ -32,3 +32,4 @@ drop table t1; ...@@ -32,3 +32,4 @@ drop table t1;
-- last_gtid -- last_gtid
-- 0-1-1002 -- 0-1-1002
reset master;
...@@ -17,3 +17,4 @@ select @@last_gtid; ...@@ -17,3 +17,4 @@ select @@last_gtid;
drop table t1; drop table t1;
--disable_session_track_info --disable_session_track_info
reset master;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment