Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
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.