Commit a23e2eef authored by unknown's avatar unknown
Browse files

Fix the compile failure introduced by the previous cset.

parent ea1a9511
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ static int create_schema(MYSQL *mysql, const char *db, statement *stmt,
static double run_scheduler(statement *stmts,
              int(*task)(statement *stmt, ulonglong limit, uint repeat), 
              uint concur, ulonglong limit, uint repeat);
int run_task(statement *stmt, ulong limit, uint repeat);
int run_task(statement *stmt, ulonglong limit, uint repeat);
int load_data(statement *load_stmt, ulonglong limit);

static const char ALPHANUMERICS[]=