mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-15146 SQLError[4122]: View is not system versioned
don't expand AS OF in views, and, in particular, don't auto-add AS OF NOW().
This commit is contained in:
@@ -1900,6 +1900,8 @@ struct vers_select_conds_t
|
||||
Item * s= NULL, vers_sys_type_t u_end= VERS_UNDEFINED,
|
||||
Item * e= NULL);
|
||||
|
||||
void print(String *str, enum_query_type query_type);
|
||||
|
||||
bool init_from_sysvar(THD *thd);
|
||||
|
||||
bool operator== (vers_system_time_t b)
|
||||
|
Reference in New Issue
Block a user