mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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_COMMAND(DbCreate, "DbCreate", "DbCreate", "DbCreate", 16384)
|
||||||
{
|
{
|
||||||
|
ndb_init();
|
||||||
int i;
|
int i;
|
||||||
UserHandle *uh;
|
UserHandle *uh;
|
||||||
|
|
||||||
useTableLogging = 0;
|
useTableLogging = 0;
|
||||||
NDB_INIT(argv[0]);
|
|
||||||
|
|
||||||
for(i = 1; i<argc; i++){
|
for(i = 1; i<argc; i++){
|
||||||
if(strcmp(argv[i], "-l") == 0){
|
if(strcmp(argv[i], "-l") == 0){
|
||||||
|
Reference in New Issue
Block a user