diff options
author | unknown <joreland@mysql.com> | 2005-02-11 08:09:47 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-11 08:09:47 +0100 |
commit | 4f53f70f721012d867b827a23e570de476922306 (patch) | |
tree | c796321e9790e15ae90f942234cf065e03ea8f78 /ndb | |
parent | d9de85b54412f30a1c5ae4a62128456122d413bc (diff) | |
download | mariadb-git-4f53f70f721012d867b827a23e570de476922306.tar.gz |
ndb - fix compiler warning (error using gcc-3.4.3)
ndb/test/ndbapi/bench/mainPopulate.cpp:
compiler warning (error using gcc-3.4.3)
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){ |