mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -1721,7 +1721,9 @@ public:
|
||||
bool vers_check_update(List<Item> &items);
|
||||
|
||||
int delete_row();
|
||||
/* Used in majority of DML (called from fill_record()) */
|
||||
void vers_update_fields();
|
||||
/* Used in DELETE, DUP REPLACE and insert history row */
|
||||
void vers_update_end();
|
||||
void find_constraint_correlated_indexes();
|
||||
void clone_handler_for_update();
|
||||
|
Reference in New Issue
Block a user