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

assert() in semisync.master.cc

    XMLWordPrintable

Details

    Description

      In 10.0 plugin/semisync/semisync_master.cc has this assert:

      void ReplSemiSyncMaster::remove_slave()
      {
        lock();
        assert(rpl_semi_sync_master_clients > 0);
        rpl_semi_sync_master_clients--;

      In 10.1 it was removed during the merge. It should be added back. Make sure that all semisync-related tests pass with it.

      Attachments

        Activity

          People

            bnestere Brandon Nesterenko
            serg Sergei Golubchik
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.