Skip to content

Commit e195685

Browse files
committed
MDEV-27548 session_tracker_last_gtid.test fails with --repeat, added cleanup after the test
1 parent cf574cf commit e195685

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/r/session_tracker_last_gtid.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ drop table t1;
3232
-- last_gtid
3333
-- 0-1-1002
3434

35+
reset master;

mysql-test/t/session_tracker_last_gtid.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ select @@last_gtid;
1717
drop table t1;
1818

1919
--disable_session_track_info
20+
reset master;

0 commit comments

Comments
 (0)