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

Restore fix for MySQL BUG#39053 - UNISTALL PLUGIN does not allow the storage engine to cleanup open connections

    XMLWordPrintable

Details

    Description

      InnoDB part of fix for b89feb5b28176daa27c4a3bdc32f2c70f6a996e2 was lost in "MDEV-11487 Revert InnoDB internal temporary tables from WL#7682" (see c868acdf656213cdc081c4c965a1bcf3d22558bb).

      To protect against concurrent UNINSTALL PLUGIN InnoDB must call thd_set_ha_data() whenever it wants to modify it's ha_data pointer.

      Background threads most probably need special handling: we don't want to increment plugin reference counter for reference from plugin itself. That is we shouldn't use thd_set_ha_data() for background threads.

      Attachments

        Issue Links

          Activity

            People

              marko Marko Mäkelä
              svoj Sergey Vojtovich
              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.