1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-15978 Add Feature_system_versioning status variable

This commit is contained in:
Aleksey Midenkov
2018-04-28 20:40:34 +03:00
committed by Sergei Golubchik
parent da25860d4a
commit fddaaf7295
6 changed files with 9 additions and 0 deletions

View File

@ -823,6 +823,7 @@ typedef struct system_status_var
ulong feature_json; /* +1 when JSON function appears in the statement */
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_timezone; /* +1 when XPATH is used */
ulong feature_trigger; /* +1 opening a table with triggers */
ulong feature_xml; /* +1 when XPATH is used */