diff options
Diffstat (limited to 'ndb/tools/drop_tab.cpp')
-rw-r--r-- | ndb/tools/drop_tab.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ndb/tools/drop_tab.cpp b/ndb/tools/drop_tab.cpp index 0661a8c599b..2b0b6908449 100644 --- a/ndb/tools/drop_tab.cpp +++ b/ndb/tools/drop_tab.cpp @@ -21,7 +21,11 @@ #include <NdbApi.hpp> #include <NDBT.hpp> -static const char* opt_connect_str= 0; +enum ndb_drop_table_options { + NDB_STD_OPTS_OPTIONS +}; +NDB_STD_OPTS_VARS; + static const char* _dbname = "TEST_DB"; static struct my_option my_long_options[] = { |