mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-14592: Custom Aggregates Usage Status Variable
Introduced new status variable for custom aggregate functions.
This commit is contained in:
@ -4,6 +4,7 @@ flush status;
|
||||
show status like "feature%";
|
||||
Variable_name Value
|
||||
Feature_check_constraint 0
|
||||
Feature_custom_aggregate_functions 0
|
||||
Feature_delay_key_write 0
|
||||
Feature_dynamic_columns 0
|
||||
Feature_fulltext 0
|
||||
|
Reference in New Issue
Block a user