summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/wsrep_applier.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_applier.cc b/sql/wsrep_applier.cc
index 9d39b36793f..0322c5f6a40 100644
--- a/sql/wsrep_applier.cc
+++ b/sql/wsrep_applier.cc
@@ -360,7 +360,7 @@ wsrep_cb_status_t wsrep_commit_cb(void* const ctx,
{
THD* const thd((THD*)ctx);
- assert(meta->gtid.seqno == wsrep_thd_trx_seqno(thd));
+ assert(meta->gtid.seqno >= wsrep_thd_trx_seqno(thd));
wsrep_cb_status_t rcode;