summaryrefslogtreecommitdiff
path: root/sql/wsrep_var.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2015-02-01 15:24:22 +0200
committerMonty <monty@mariadb.org>2015-02-01 15:24:22 +0200
commit0ee879ff8ac1b80cd9a963015344f5698a81f309 (patch)
treec787536b279abd6fce40f8f624af2593ddf83403 /sql/wsrep_var.h
parent67b24a2374fed4a7533d14cc443afa0f4e9febc7 (diff)
downloadmariadb-git-0ee879ff8ac1b80cd9a963015344f5698a81f309.tar.gz
Improve performance for calculating memory allocation
Extend interface for 'show variables' with current scope
Diffstat (limited to 'sql/wsrep_var.h')
-rw-r--r--sql/wsrep_var.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/wsrep_var.h b/sql/wsrep_var.h
index 6914204148d..377b54f2d18 100644
--- a/sql/wsrep_var.h
+++ b/sql/wsrep_var.h
@@ -27,6 +27,9 @@
// MySQL variables funcs
#include "sql_priv.h"
+#include <sql_plugin.h>
+#include <mysql/plugin.h>
+
class sys_var;
class set_var;
class THD;