From 38e71e3ab8ac20dcf821acf277bc4b1f849d6891 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 11 Feb 2005 06:39:00 +0100 Subject: [PATCH] ndb - old bench rescue ndb/test/ndbapi/bench/mainPopulate.cpp: return correct ndb/test/ndbapi/bench/userInterface.cpp: remove NA setting ndb/test/run-test/daily-devel-tests.txt: set correct args --- ndb/test/ndbapi/bench/mainPopulate.cpp | 15 ++++++--------- ndb/test/ndbapi/bench/userInterface.cpp | 3 +-- ndb/test/run-test/daily-devel-tests.txt | 10 +++++----- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/ndb/test/ndbapi/bench/mainPopulate.cpp b/ndb/test/ndbapi/bench/mainPopulate.cpp index 5f4b73a3eff..d017c2a3f4b 100644 --- a/ndb/test/ndbapi/bench/mainPopulate.cpp +++ b/ndb/test/ndbapi/bench/mainPopulate.cpp @@ -22,12 +22,12 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { #endif int useTableLogging; -int useIndexTables; #ifdef __cplusplus } #endif @@ -44,7 +44,6 @@ void usage(const char *prog) ndbout_c( "Usage: %s [-l]\n" " -l Use logging and checkpointing on tables\n", - " -i Use index tables\n", prog); exit(1); @@ -57,28 +56,26 @@ NDB_COMMAND(DbCreate, "DbCreate", "DbCreate", "DbCreate", 16384) int i; UserHandle *uh; - useTableLogging = useIndexTables = 0; + useTableLogging = 0; NDB_INIT(argv[0]); for(i = 1; i