Removed usage of "useFullyQualifiedNames"
This commit is contained in:
parent
d7773916ca
commit
d69d79377c
@ -50,7 +50,6 @@ int main(int argc, const char** argv){
|
|||||||
|
|
||||||
Ndb* pMyNdb;
|
Ndb* pMyNdb;
|
||||||
pMyNdb = new Ndb(_dbname);
|
pMyNdb = new Ndb(_dbname);
|
||||||
pMyNdb->useFullyQualifiedNames(!_unqualified);
|
|
||||||
pMyNdb->init();
|
pMyNdb->init();
|
||||||
|
|
||||||
ndbout << "Waiting...";
|
ndbout << "Waiting...";
|
||||||
|
@ -216,7 +216,6 @@ int main(int argc, const char** argv){
|
|||||||
|
|
||||||
ndb_cluster_connection = new Ndb_cluster_connection(_connect_str);
|
ndb_cluster_connection = new Ndb_cluster_connection(_connect_str);
|
||||||
ndb = new Ndb(ndb_cluster_connection, _dbname);
|
ndb = new Ndb(ndb_cluster_connection, _dbname);
|
||||||
ndb->useFullyQualifiedNames(!_unqualified);
|
|
||||||
if (ndb->init() != 0)
|
if (ndb->init() != 0)
|
||||||
fatal("init");
|
fatal("init");
|
||||||
ndb_cluster_connection->connect();
|
ndb_cluster_connection->connect();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user