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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user