Loading sql/ha_ndbcluster_binlog.cc +6 −0 Original line number Diff line number Diff line Loading @@ -3473,6 +3473,12 @@ pthread_handler_t ndb_binlog_thread_func(void *arg) ndb_latest_applied_binlog_epoch= 0; ndb_latest_received_binlog_epoch= 0; } else if (ndb_latest_applied_binlog_epoch > 0) { sql_print_warning("NDB Binlog: cluster has reconnected. " "Changes to the database that occured while " "disconnected will not be in the binlog"); } if (ndb_extra_logging) { sql_print_information("NDB Binlog: starting log at epoch %u", Loading Loading
sql/ha_ndbcluster_binlog.cc +6 −0 Original line number Diff line number Diff line Loading @@ -3473,6 +3473,12 @@ pthread_handler_t ndb_binlog_thread_func(void *arg) ndb_latest_applied_binlog_epoch= 0; ndb_latest_received_binlog_epoch= 0; } else if (ndb_latest_applied_binlog_epoch > 0) { sql_print_warning("NDB Binlog: cluster has reconnected. " "Changes to the database that occured while " "disconnected will not be in the binlog"); } if (ndb_extra_logging) { sql_print_information("NDB Binlog: starting log at epoch %u", Loading