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

MDEV-14592: Custom Aggregates Usage Status Variable

Introduced new status variable for custom aggregate functions.
This commit is contained in:
Varun Gupta
2018-03-30 01:25:48 +03:00
parent 87ee85634c
commit cbc45d2914
9 changed files with 180 additions and 0 deletions

View File

@ -814,6 +814,8 @@ typedef struct system_status_var
ulong filesort_pq_sorts_;
/* Features used */
ulong feature_custom_aggregate_functions; /* +1 when custom aggregate
functions are used */
ulong feature_dynamic_columns; /* +1 when creating a dynamic column */
ulong feature_fulltext; /* +1 when MATCH is used */
ulong feature_gis; /* +1 opening a table with GIS features */