mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
0.1: SQL-level System Versioning
This commit is contained in:
committed by
Aleksey Midenkov
parent
14bdfa8541
commit
be6f2d302c
@@ -37,6 +37,7 @@ void upgrade_lock_type_for_insert(THD *thd, thr_lock_type *lock_type,
|
||||
bool is_multi_insert);
|
||||
int check_that_all_fields_are_given_values(THD *thd, TABLE *entry,
|
||||
TABLE_LIST *table_list);
|
||||
int vers_insert_history_row(TABLE *table, ha_rows *inserted);
|
||||
int write_record(THD *thd, TABLE *table, COPY_INFO *info);
|
||||
void kill_delayed_threads(void);
|
||||
|
||||
|
Reference in New Issue
Block a user