summaryrefslogtreecommitdiff
path: root/ndb/tools/drop_tab.cpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-11-01 18:21:57 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-11-01 18:21:57 +0000
commitbf30b006d30f1295df50419ab2c906a2aa6c9878 (patch)
treedc6f8e663ed69cd7bd91af076cf2e5e8dcd88b7e /ndb/tools/drop_tab.cpp
parenta38490bb038d83edd12b215c0b85c16edaa41e26 (diff)
downloadmariadb-git-bf30b006d30f1295df50419ab2c906a2aa6c9878.tar.gz
fix for solaris forte -instances=static
added libNDBT.a removed printout fixed error that ndb_show_tables required table name configure.in: fix for solaris forte -instances=static ndb/test/run-test/Makefile.am: added libNDBT.a ndb/tools/drop_tab.cpp: removed printout ndb/tools/listTables.cpp: removed printout fixed error that ndb_show_tables required table name ndb/tools/waiter.cpp: removed printout
Diffstat (limited to 'ndb/tools/drop_tab.cpp')
-rw-r--r--ndb/tools/drop_tab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/tools/drop_tab.cpp b/ndb/tools/drop_tab.cpp
index 428730419fa..3362c7de47b 100644
--- a/ndb/tools/drop_tab.cpp
+++ b/ndb/tools/drop_tab.cpp
@@ -34,7 +34,6 @@ static struct my_option my_long_options[] =
static void print_version()
{
printf("MySQL distrib %s, for %s (%s)\n",MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
- ndbPrintVersion();
}
static void usage()
{