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

THD specifics for plugins

    XMLWordPrintable

Details

    Description

      This patch adds generic infrastructure for plugins to store
      things on a THD object (rather that polluting THD object with
      new member variables)

      The feature is modeled after pthread specifics hence
      the plugin shall at startup create a key, that can later be used
      by multiple thread in parallel wo/ locks (if access is made to different
      THD objects). The creation/destruction of a key is though mutex protected.
      The feature is similar to ha_data, but exists for any type of plugin.

      Attachments

        Activity

          People

            serg Sergei Golubchik
            jonaso Jonas Oreland
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.