Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
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
Issue Links
Activity
Transition | Time In Source Status | Execution Times |
---|
|
33d 14h 57m | 1 |
|
5d 19h 53m | 1 |
|
37d 3h 32m | 2 |
|
3d 20h 43m | 2 |
|
5d 15h 57m | 1 |