Skip to content

Commit 2c390cb

Browse files
Venkatesh Duggiraladahlerlend
Venkatesh Duggirala
authored andcommitted
Bug#27041759 RESET MASTER WHILE A TRX IN BGC(AFTER FLUSH)
LEAVING SERVER IN BAD GTID STATE Postpush fix: Fixing GR test script failure.
1 parent 289c9e2 commit 2c390cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/rpl_master.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ bool reset_master(THD *thd, bool unlock_global_read_lock) {
885885
thd->set_skip_readonly_check();
886886
if (is_group_replication_running()) {
887887
my_error(ER_CANT_RESET_MASTER, MYF(0), "Group Replication is running");
888+
ret = true;
888889
goto end;
889890
}
890891

0 commit comments

Comments
 (0)