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:
@ -3255,6 +3255,8 @@ bool JOIN::make_aggr_tables_info()
|
||||
/* Count that we're using window functions. */
|
||||
status_var_increment(thd->status_var.feature_window_functions);
|
||||
}
|
||||
if (select_lex->custom_agg_func_used())
|
||||
status_var_increment(thd->status_var.feature_custom_aggregate_functions);
|
||||
|
||||
fields= curr_fields_list;
|
||||
// Reset before execution
|
||||
|
Reference in New Issue
Block a user