1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

SQL: 0.3 per column versioning syntax, .frm, optimized updates and tests

This commit is contained in:
Kosov Eugene
2016-10-02 12:35:50 +03:00
committed by Aleksey Midenkov
parent 2db17e6624
commit a9a56b2355
18 changed files with 440 additions and 83 deletions

View File

@ -5533,6 +5533,8 @@ class multi_update :public select_result_interceptor
// For System Versioning (may need to insert new fields to a table).
ha_rows updated_sys_ver;
bool has_vers_fields;
public:
multi_update(THD *thd_arg, TABLE_LIST *ut, List<TABLE_LIST> *leaves_list,
List<Item> *fields, List<Item> *values,