mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
This commit is contained in:
commit
c259c02e20
1 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,11 @@ NdbBackup::getBackupDataDirForNode(int _node_id){
|
|||
/**
|
||||
* Fetch configuration from management server
|
||||
*/
|
||||
ConfigRetriever cr(0, NODE_TYPE_API);
|
||||
LocalConfig lc;
|
||||
if (!lc.init(0,0)) {
|
||||
abort();
|
||||
}
|
||||
ConfigRetriever cr(lc, 0, NODE_TYPE_API);
|
||||
ndb_mgm_configuration * p = 0;
|
||||
|
||||
BaseString tmp; tmp.assfmt("%s:%d", host.c_str(), port);
|
||||
|
|
Loading…
Reference in a new issue