291
291
static int drop_primary_key_list(void);
292
292
static int create_schema(DRIZZLE *drizzle, const char *db, statement *stmt,
293
293
option_string *engine_stmt, stats *sptr);
294
static int run_scheduler(stats *sptr, statement **stmts, uint concur,
294
static int run_scheduler(stats *sptr, statement **stmts, uint32_t concur,
296
296
extern "C" pthread_handler_t run_task(void *p);
297
297
extern "C" pthread_handler_t timer_thread(void *p);
298
298
void statement_cleanup(statement *stmt);
299
299
void option_cleanup(option_string *stmt);
301
301
static int run_statements(DRIZZLE *drizzle, statement *stmt);
302
302
void slap_connect(DRIZZLE *drizzle, bool connect_to_schema);
303
303
void slap_close(DRIZZLE *drizzle);