diff options
Diffstat (limited to 'sql/events.cc')
-rw-r--r-- | sql/events.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/events.cc b/sql/events.cc index fa40086c1f7..d42a5d7b0a0 100644 --- a/sql/events.cc +++ b/sql/events.cc @@ -1131,8 +1131,11 @@ Events::load_events_from_db(THD *thd) goto end; } #ifdef WITH_WSREP - // when SST from master node who initials event, the event status is ENABLED - // this is problematic because there are two nodes with same events and both enabled. + /* + When SST from master node who initials event, the event status is ENABLED + this is problematic because there are two nodes with same events and + both enabled. + */ if (WSREP(thd) && et->originator != thd->variables.server_id) { store_record(table, record[1]); |