1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

mdev-224 plugin usage statistics in the feedback reports

This commit is contained in:
Sergei Golubchik
2012-04-18 04:00:08 +02:00
parent 415507d392
commit 6e827f3455
6 changed files with 24 additions and 6 deletions

View File

@ -99,6 +99,7 @@ struct st_plugin_int
struct st_plugin_dl *plugin_dl;
uint state;
uint ref_count; /* number of threads using the plugin */
uint locks_total; /* how many times the plugin was locked */
void *data; /* plugin type specific, e.g. handlerton */
MEM_ROOT mem_root; /* memory for dynamic plugin structures */
sys_var *system_vars; /* server variables for this plugin */