summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-11 08:10:46 +0100
committerunknown <joreland@mysql.com>2005-02-11 08:10:46 +0100
commit7b5ef7cc0d1555e3d403ec7dce8f59852cf99a61 (patch)
treee57e328f6cae4af16962051703685dc4cb6bb13f /ndb
parentc0b4578db058f482a0f94ab9e3cde167aea72035 (diff)
parent4f53f70f721012d867b827a23e570de476922306 (diff)
downloadmariadb-git-7b5ef7cc0d1555e3d403ec7dce8f59852cf99a61.tar.gz
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-5.0
Diffstat (limited to 'ndb')
-rw-r--r--ndb/test/ndbapi/bench/mainPopulate.cpp2
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){