From be6f2d302cd71677e1fafbeea9347c196f21e1bd Mon Sep 17 00:00:00 2001 From: Daniel Fiala Date: Sun, 19 Jun 2016 07:38:28 +0100 Subject: 0.1: SQL-level System Versioning --- sql/sql_insert.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_insert.h') diff --git a/sql/sql_insert.h b/sql/sql_insert.h index aea0dac6b0d..a8794e7414b 100644 --- a/sql/sql_insert.h +++ b/sql/sql_insert.h @@ -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); -- cgit v1.2.1