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:
committed by
Aleksey Midenkov
parent
2db17e6624
commit
a9a56b2355
@ -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,
|
||||
|
Reference in New Issue
Block a user