Commit 8e0cf97a authored by joreland@mysql.com's avatar joreland@mysql.com

ndb - fix compiler warning (error using gcc-3.4.3)

parent 9a31539f
......@@ -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){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment