40
41
bool update_precheck(Session *session, TableList *tables);
41
42
bool delete_precheck(Session *session, TableList *tables);
42
43
bool insert_precheck(Session *session, TableList *tables);
46
46
Item *negate_expression(Session *session, Item *expr);