Commit 388032e9 authored by Andrei's avatar Andrei

MDEV-27697. Removed a false assert.

parent eca207c4
Subproject commit f33017c19a5b02394de5d0816513d2e2c9d1767c Subproject commit f6c3d9fd2af5d17db64cc996574aa312efd70fcf
...@@ -6594,8 +6594,6 @@ static int queue_event(Master_info* mi,const char* buf, ulong event_len) ...@@ -6594,8 +6594,6 @@ static int queue_event(Master_info* mi,const char* buf, ulong event_len)
Query_log_event::peek_is_commit_rollback(buf, event_len, Query_log_event::peek_is_commit_rollback(buf, event_len,
checksum_alg)))))) checksum_alg))))))
{ {
DBUG_ASSERT(mi->events_queued_since_last_gtid > 1);
if (unlikely(gtid_skip_enqueue)) if (unlikely(gtid_skip_enqueue))
{ {
error= ER_SLAVE_RELAY_LOG_WRITE_FAILURE; error= ER_SLAVE_RELAY_LOG_WRITE_FAILURE;
......
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