1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Fix the compile failure introduced by the previous cset.

This commit is contained in:
unknown
2005-12-29 15:37:36 +03:00
parent ea1a9511a7
commit a23e2eefd2

View File

@@ -181,7 +181,7 @@ static int create_schema(MYSQL *mysql, const char *db, statement *stmt,
static double run_scheduler(statement *stmts, static double run_scheduler(statement *stmts,
int(*task)(statement *stmt, ulonglong limit, uint repeat), int(*task)(statement *stmt, ulonglong limit, uint repeat),
uint concur, 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); int load_data(statement *load_stmt, ulonglong limit);
static const char ALPHANUMERICS[]= static const char ALPHANUMERICS[]=