mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Applied all changes from Igor and Sanja
This commit is contained in:
@ -207,6 +207,10 @@ public:
|
||||
Query_tables_list *prelocking_ctx,
|
||||
TABLE_LIST *table_list);
|
||||
|
||||
bool is_fields_updated_in_trigger(MY_BITMAP *used_fields,
|
||||
trg_event_type event_type,
|
||||
trg_action_time_type action_time);
|
||||
|
||||
private:
|
||||
bool prepare_record1_accessors(TABLE *table);
|
||||
LEX_STRING* change_table_name_in_trignames(const char *old_db_name,
|
||||
|
Reference in New Issue
Block a user