mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-6430: It is impossible to see if "filesort with small limit" optimization was used
- Add a Sort_priority_queue_sorts status variable.
This commit is contained in:
@ -704,6 +704,7 @@ typedef struct system_status_var
|
||||
ulong filesort_range_count_;
|
||||
ulong filesort_rows_;
|
||||
ulong filesort_scan_count_;
|
||||
ulong filesort_pq_sorts_;
|
||||
/* Prepared statements and binary protocol */
|
||||
ulong com_stmt_prepare;
|
||||
ulong com_stmt_reprepare;
|
||||
|
Reference in New Issue
Block a user