Better sort some status variables
This commit is contained in:
@@ -342,12 +342,16 @@ $allocations = array(
|
|||||||
'Flush_commands' => 'query',
|
'Flush_commands' => 'query',
|
||||||
'Last_query_cost' => 'query',
|
'Last_query_cost' => 'query',
|
||||||
'Slow_queries' => 'query',
|
'Slow_queries' => 'query',
|
||||||
|
'Queries' => 'query',
|
||||||
|
'Prepared_stmt_count' => 'query',
|
||||||
|
|
||||||
'Select_' => 'select',
|
'Select_' => 'select',
|
||||||
'Sort_' => 'sort',
|
'Sort_' => 'sort',
|
||||||
|
|
||||||
'Open_tables' => 'table',
|
'Open_tables' => 'table',
|
||||||
'Opened_tables' => 'table',
|
'Opened_tables' => 'table',
|
||||||
|
'Open_table_definitions' => 'table',
|
||||||
|
'Opened_table_definitions' => 'table',
|
||||||
'Table_locks_' => 'table',
|
'Table_locks_' => 'table',
|
||||||
|
|
||||||
'Rpl_status' => 'repl',
|
'Rpl_status' => 'repl',
|
||||||
@@ -356,6 +360,10 @@ $allocations = array(
|
|||||||
'Tc_' => 'tc',
|
'Tc_' => 'tc',
|
||||||
|
|
||||||
'Ssl_' => 'ssl',
|
'Ssl_' => 'ssl',
|
||||||
|
|
||||||
|
'Open_files' => 'files',
|
||||||
|
'Open_streams' => 'files',
|
||||||
|
'Opened_files' => 'files',
|
||||||
);
|
);
|
||||||
|
|
||||||
$sections = array(
|
$sections = array(
|
||||||
@@ -376,6 +384,7 @@ $sections = array(
|
|||||||
'sort' => array('title' => __('Sorting')),
|
'sort' => array('title' => __('Sorting')),
|
||||||
'table' => array('title' => __('Tables')),
|
'table' => array('title' => __('Tables')),
|
||||||
'tc' => array('title' => __('Transaction coordinator')),
|
'tc' => array('title' => __('Transaction coordinator')),
|
||||||
|
'files' => array('title' => __('Files')),
|
||||||
'ssl' => array('title' => 'SSL'),
|
'ssl' => array('title' => 'SSL'),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user