mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Removed usage of "useFullyQualifiedNames"
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user