1
0
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:
Aleksey Midenkov
2017-03-30 12:57:31 +03:00
parent b240671c04
commit 9e9af76eaf
15 changed files with 395 additions and 93 deletions

View File

@ -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;
/**