39
39
bool execute_sqlcom_select(Session *session, TableList *all_tables);
40
40
bool multi_update_precheck(Session *session, TableList *tables);
41
41
bool multi_delete_precheck(Session *session, TableList *tables);
44
42
bool mysql_insert_select_prepare(Session *session);
45
43
bool update_precheck(Session *session, TableList *tables);
46
44
bool delete_precheck(Session *session, TableList *tables);