Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-17870

Opened_streams status variable is missing

    XMLWordPrintable

Details

    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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            oli Oli Sennhauser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.