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