Commit a5904010 authored by sergefp@mysql.com's avatar sergefp@mysql.com

Fix the compile failure introduced by the previous cset.

parent ad071bec
......@@ -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[]=
......
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