1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

SQL, Parser: system_time logic and syntax fixes [closes #237]

This commit is contained in:
Aleksey Midenkov
2017-08-08 17:12:16 +03:00
committed by GitHub
parent 53370de103
commit d3d2ea9fd5
25 changed files with 264 additions and 435 deletions

View File

@@ -992,8 +992,9 @@ public:
thr_lock_type lock_type;
/* System Versioning */
vers_select_conds_t vers_conditions;
vers_select_conds_t vers_derived_conds;
vers_select_conds_t vers_export_outer;
bool vers_import_outer;
/* push new Item_field into item_list */
bool vers_push_field(THD *thd, TABLE_LIST *table, const char* field_name);
void init_query();