MDEV-27697. Removed a false assert.

This commit is contained in:
Andrei 2022-04-26 19:46:44 +03:00
parent eca207c462
commit 388032e990
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit f33017c19a5b02394de5d0816513d2e2c9d1767c
Subproject commit f6c3d9fd2af5d17db64cc996574aa312efd70fcf

View File

@ -6594,8 +6594,6 @@ dbug_gtid_accept:
Query_log_event::peek_is_commit_rollback(buf, event_len,
checksum_alg))))))
{
DBUG_ASSERT(mi->events_queued_since_last_gtid > 1);
if (unlikely(gtid_skip_enqueue))
{
error= ER_SLAVE_RELAY_LOG_WRITE_FAILURE;