mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SQL: vers_current_time refactoring [closes #117]
* session sysvars; * moved value parsing to set variable phase; * renamed 'temporal_current_timestamp' to 'vers_current_time'.
This commit is contained in:
@ -706,6 +706,10 @@ typedef struct system_variables
|
||||
uint idle_transaction_timeout;
|
||||
uint idle_readonly_transaction_timeout;
|
||||
uint idle_readwrite_transaction_timeout;
|
||||
|
||||
st_vers_current_time vers_current_time;
|
||||
my_bool vers_force;
|
||||
ulong vers_hide;
|
||||
} SV;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user