21
21
#ifndef DRIZZLE_SERVER_DB_H
22
22
#define DRIZZLE_SERVER_DB_H
24
26
bool mysql_create_db(Session *session, const char *db, HA_CREATE_INFO *create_info);
25
27
bool mysql_alter_db(Session *session, const char *db, HA_CREATE_INFO *create);
26
28
bool mysql_rm_db(Session *session,char *db, bool if_exists);