Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
91cb0fbc
Commit
91cb0fbc
authored
Sep 08, 2004
by
ndbdev@ndbmaster.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed usage of "useFullyQualifiedNames"
parent
f63f994b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
ndb/tools/desc.cpp
ndb/tools/desc.cpp
+0
-1
ndb/tools/listTables.cpp
ndb/tools/listTables.cpp
+0
-1
No files found.
ndb/tools/desc.cpp
View file @
91cb0fbc
...
...
@@ -50,7 +50,6 @@ int main(int argc, const char** argv){
Ndb
*
pMyNdb
;
pMyNdb
=
new
Ndb
(
_dbname
);
pMyNdb
->
useFullyQualifiedNames
(
!
_unqualified
);
pMyNdb
->
init
();
ndbout
<<
"Waiting..."
;
...
...
ndb/tools/listTables.cpp
View file @
91cb0fbc
...
...
@@ -216,7 +216,6 @@ int main(int argc, const char** argv){
ndb_cluster_connection
=
new
Ndb_cluster_connection
(
_connect_str
);
ndb
=
new
Ndb
(
ndb_cluster_connection
,
_dbname
);
ndb
->
useFullyQualifiedNames
(
!
_unqualified
);
if
(
ndb
->
init
()
!=
0
)
fatal
(
"init"
);
ndb_cluster_connection
->
connect
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment