51
59
bool buildCreateSchema(Session *session, LEX_STRING &ident);
52
60
bool buildCreateTable(Session *session, Table_ident *ident);
53
61
bool buildDescribe(Session *session, Table_ident *ident);
54
63
bool buildIndex(Session *session, const char *schema_ident, Table_ident *table_ident);
55
64
bool buildProcesslist(Session *session);
56
65
bool buildScemas(Session *session);
57
66
bool buildStatus(Session *session, const drizzled::sql_var_t is_global);
59
67
bool buildTableStatus(Session *session, const char *ident);
60
68
bool buildTables(Session *session, const char *ident);
61
69
bool buildTemporaryTables(Session *session);
62
70
bool buildVariables(Session *session, const drizzled::sql_var_t is_global);