diff options
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/test/ndbapi/bench/mainPopulate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/ndbapi/bench/mainPopulate.cpp b/ndb/test/ndbapi/bench/mainPopulate.cpp index d017c2a3f4b..5ab1a5b015d 100644 --- a/ndb/test/ndbapi/bench/mainPopulate.cpp +++ b/ndb/test/ndbapi/bench/mainPopulate.cpp @@ -53,11 +53,11 @@ NDB_STD_OPTS_VARS; NDB_COMMAND(DbCreate, "DbCreate", "DbCreate", "DbCreate", 16384) { + ndb_init(); int i; UserHandle *uh; useTableLogging = 0; - NDB_INIT(argv[0]); for(i = 1; i<argc; i++){ if(strcmp(argv[i], "-l") == 0){ |