mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ndb - fix compiler warning (error using gcc-3.4.3)
ndb/test/ndbapi/bench/mainPopulate.cpp: compiler warning (error using gcc-3.4.3)
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user