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

STOP SLAVE resets global status variables

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 5.5.36, 10.0.9
    • 5.5.37, 10.0.10
    • None
    • None

    Description

      Using mariadb-10.0.9-linux-x86_64.tar.gz.

      MariaDB [test]> show global status like 'com_insert';
      +---------------+--------+
      | Variable_name | Value  |
      +---------------+--------+
      | Com_insert    | 646298 |
      +---------------+--------+
      1 row in set (0.00 sec)
       
      MariaDB [test]> stop slave;
      Query OK, 0 rows affected (0.00 sec)
       
      MariaDB [test]> show global status like 'com_insert';
      +---------------+-------+
      | Variable_name | Value |
      +---------------+-------+
      | Com_insert    | 0     |
      +---------------+-------+
      1 row in set (0.00 sec)

      Attachments

        Activity

          People

            monty Michael Widenius
            kolbe Kolbe Kegel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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