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

wsrep_last_comitted does not show up when wsrep_on is set to OFF globally.

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.11.7
    • None
    • Galera
    • None
    • When we set the wsrep_on to OFF globally, then wsrep_last_comitted does not show up

    Description

      Hello,

      When we set the wsrep_on to OFF globally, then wsrep_last_comitted does not show up

      MariaDB [(none)]> show global status like '%wsrep_last_%';
      +----------------------+-------+
      | Variable_name        | Value |
      +----------------------+-------+
      | wsrep_last_committed | 10    |
      +----------------------+-------+
      1 row in set (0.001 sec)
       
      MariaDB [(none)]> set global wsrep_on=OFF;
      Query OK, 0 rows affected (0.000 sec)
       
      MariaDB [(none)]> show global status like '%wsrep_last_%';
      Empty set (0.000 sec)
      
      

      Did anything changed in Mariadb 10.11.7? It used to work in 10.3.
      Regards,
      Yunus Shaikh

      Attachments

        Activity

          People

            Unassigned Unassigned
            yunushaikh Yunus Shaikh
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.