MDEV-5231: Per query variables from Percona Server (rewritten)

This commit is contained in:
Oleksandr Byelkin 2014-10-24 10:13:08 +02:00
commit 1827d9e6d1
29 changed files with 2681 additions and 61 deletions

View file

@ -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