From 1827d9e6d188e3ad53e057a583ebed02767b65ac Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Fri, 24 Oct 2014 10:13:08 +0200 Subject: MDEV-5231: Per query variables from Percona Server (rewritten) --- sql/sql_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_plugin.h') diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h index 6b310865bba..9cfdba1edcd 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -189,4 +189,5 @@ extern bool plugin_foreach_with_mask(THD *thd, plugin_foreach_func *func, int type, uint state_mask, void *arg); extern bool plugin_dl_foreach(THD *thd, const LEX_STRING *dl, plugin_foreach_func *func, void *arg); + #endif -- cgit v1.2.1