From c8948b0d0db4c182a744bc8bdbde7cbccff3d57d Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Fri, 15 Apr 2016 20:47:45 +0200 Subject: MDEV-8931: (server part of) session state tracking System variables tracking --- 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 96f8411f8ed..47c3af83bdf 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -192,4 +192,6 @@ extern bool plugin_foreach_with_mask(THD *thd, plugin_foreach_func *func, extern bool plugin_dl_foreach(THD *thd, const LEX_STRING *dl, plugin_foreach_func *func, void *arg); +sys_var *find_sys_var_ex(THD *thd, const char *str, size_t length, + bool throw_error, bool locked); #endif -- cgit v1.2.1