diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-11-01 20:00:44 +0100 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-11-01 20:00:44 +0100 |
commit | 34e886e8a1106e51d422b95fdb994d5a987a5fef (patch) | |
tree | 44552efbae05d5ba0aa2d126f3850fad0cba0379 /sql/ha_ndbcluster_binlog.cc | |
parent | 3a27b2846a1f763d41513800b9754ca6ebc97579 (diff) | |
download | mariadb-git-34e886e8a1106e51d422b95fdb994d5a987a5fef.tar.gz |
Bug #31484 Cluster LOST_EVENTS entry not added to binlog on mysqld restart
- correction
Diffstat (limited to 'sql/ha_ndbcluster_binlog.cc')
-rw-r--r-- | sql/ha_ndbcluster_binlog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc index 75e9937ecd6..48973f3e27e 100644 --- a/sql/ha_ndbcluster_binlog.cc +++ b/sql/ha_ndbcluster_binlog.cc @@ -3716,6 +3716,7 @@ restart: /* Main NDB Injector loop */ + if (ndb_binlog_running) { /* Always insert a GAP event as we cannot know what has happened |