diff options
author | joreland@mysql.com <> | 2005-02-11 08:09:47 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-02-11 08:09:47 +0100 |
commit | 8e0cf97a5712a1d8709097257040a90236c4f635 (patch) | |
tree | c796321e9790e15ae90f942234cf065e03ea8f78 /ndb/test | |
parent | 9a31539f7260390b3b392ac338a0ef7772d4ef7b (diff) | |
download | mariadb-git-8e0cf97a5712a1d8709097257040a90236c4f635.tar.gz |
ndb - fix compiler warning (error using gcc-3.4.3)
Diffstat (limited to 'ndb/test')
-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){ |