[MDEV-17870] Opened_streams status variable is missing Created: 2018-11-29  Updated: 2018-11-29

Status: Open
Project: MariaDB Server
Component/s: Server
Fix Version/s: None

Type: Task Priority: Minor
Reporter: Oli Sennhauser Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: status, stream, variable


 Description   

For every Open_xxx status information we do have an Opened_xxx status information:

SQL> show global status like 'open%';
+--------------------------+-------+
| Variable_name            | Value |
+--------------------------+-------+
| Open_files               | 121   |
| Open_streams             | 0     |
| Open_table_definitions   | 102   |
| Open_tables              | 164   |
 
| Opened_files             | 601   |
| Opened_plugin_libraries  | 3     |
| Opened_table_definitions | 151   |
| Opened_tables            | 197   |
| Opened_views             | 0     |
+--------------------------+-------+

Except for Open_streams. Add Opened_streams status information if this feature is still supported. Otherwise remove it.


Generated at Thu Feb 08 08:39:44 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.