mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-17320 add Feature_application_time_periods status variable
Closes #1225
This commit is contained in:
committed by
Sergei Golubchik
parent
5fc6ad95d4
commit
610ec192ec
@ -862,6 +862,8 @@ typedef struct system_status_var
|
||||
ulong feature_locale; /* +1 when LOCALE is set */
|
||||
ulong feature_subquery; /* +1 when subqueries are used */
|
||||
ulong feature_system_versioning; /* +1 opening a table WITH SYSTEM VERSIONING */
|
||||
ulong feature_application_time_periods;
|
||||
/* +1 opening a table with application-time period */
|
||||
ulong feature_timezone; /* +1 when XPATH is used */
|
||||
ulong feature_trigger; /* +1 opening a table with triggers */
|
||||
ulong feature_xml; /* +1 when XPATH is used */
|
||||
|
Reference in New Issue
Block a user