mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
This commit is contained in:
commit
62eba085d5
1 changed files with 6 additions and 0 deletions
|
@ -3473,6 +3473,12 @@ restart:
|
||||||
ndb_latest_applied_binlog_epoch= 0;
|
ndb_latest_applied_binlog_epoch= 0;
|
||||||
ndb_latest_received_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)
|
if (ndb_extra_logging)
|
||||||
{
|
{
|
||||||
sql_print_information("NDB Binlog: starting log at epoch %u",
|
sql_print_information("NDB Binlog: starting log at epoch %u",
|
||||||
|
|
Loading…
Reference in a new issue