mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
MDEV-27697. Removed a false assert.
This commit is contained in:
parent
eca207c462
commit
388032e990
2 changed files with 1 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit f33017c19a5b02394de5d0816513d2e2c9d1767c
|
Subproject commit f6c3d9fd2af5d17db64cc996574aa312efd70fcf
|
||||||
|
|
@ -6594,8 +6594,6 @@ dbug_gtid_accept:
|
||||||
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue