Commit dc21dcd2 authored by unknown's avatar unknown

Merge


ndb/src/mgmsrv/main.cpp:
  Auto merged
ndb/src/mgmsrv/MgmtSrvr.cpp:
  SCCS merged
parents 96a45ab0 4ea4e9ee
...@@ -61,6 +61,8 @@ ...@@ -61,6 +61,8 @@
#define DEBUG(x) #define DEBUG(x)
#endif #endif
extern int global_flag_send_heartbeat_now;
static static
void void
CmdBackupCallback(const MgmtSrvr::BackupEvent & event) CmdBackupCallback(const MgmtSrvr::BackupEvent & event)
...@@ -2415,7 +2417,7 @@ MgmtSrvr::alloc_node_id(NodeId * nodeId, ...@@ -2415,7 +2417,7 @@ MgmtSrvr::alloc_node_id(NodeId * nodeId,
#endif #endif
return true; return true;
} }
global_flag_send_heartbeat_now= 1;
BaseString type_string, type_c_string; BaseString type_string, type_c_string;
{ {
const char *alias, *str; const char *alias, *str;
......
...@@ -119,7 +119,7 @@ struct getargs args[] = { ...@@ -119,7 +119,7 @@ struct getargs args[] = {
"filename" }, "filename" },
{ "interactive", 0, arg_flag, &glob.interactive, { "interactive", 0, arg_flag, &glob.interactive,
"Run interactive. Not supported but provided for testing purposes", "" }, "Run interactive. Not supported but provided for testing purposes", "" },
{ "nodaemon", 'n', arg_flag, &glob.non_interactive, { "nodaemon", 0, arg_flag, &glob.non_interactive,
"Don't run as daemon, but don't read from stdin", "non-interactive" } "Don't run as daemon, but don't read from stdin", "non-interactive" }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment