summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r--sql/log_event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc
index cda8c2fe5e3..7abc1e850b7 100644
--- a/sql/log_event.cc
+++ b/sql/log_event.cc
@@ -2625,7 +2625,7 @@ Gtid_log_event::Gtid_log_event(const char *buf, uint event_len,
if (extra_engines < UCHAR_MAX)
engines_no_binlog= *buf++;
- DBUG_ASSERT(extra_engines > 0);
+ DBUG_ASSERT(extra_engines > 0 || engines_no_binlog > 0);
}
}
/*