From e7608a78ef45cc46f4e4d5abbda788ad54e80e71 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Fri, 15 Apr 2016 20:40:25 +0200 Subject: MDEV-8931: (server part of) session state tracking initial commit to test --- sql/sql_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/sql_plugin.h') diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h index efa48b22ce8..96f8411f8ed 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -120,6 +120,8 @@ struct st_plugin_int }; +extern mysql_mutex_t LOCK_plugin; + /* See intern_plugin_lock() for the explanation for the conditionally defined plugin_ref type -- cgit v1.2.1