summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2013-06-03 11:57:34 +0400
committerAlexander Barkov <bar@mnogosearch.org>2013-06-03 11:57:34 +0400
commit1fe92fb87db4a59ca0a4ac1ab1223e3cbe2b8232 (patch)
tree6367735950e62e3bbbc6c8ea643f32461c206c12 /sql/set_var.cc
parent0aa4fb73a49993d3a73550ee624b62d7556f8515 (diff)
downloadmariadb-git-1fe92fb87db4a59ca0a4ac1ab1223e3cbe2b8232.tar.gz
Fixing the problem with my_bool_t defined two times.
(it worked fine with the modern gcc, but failed on some other compilers). modified: include/my_global.h include/mysql/plugin.h include/mysql/plugin_audit.h.pp include/mysql/plugin_auth.h.pp include/mysql/plugin_ftparser.h.pp include/mysql/service_thd_timezone.h sql/item_func.cc sql/mysqld.cc sql/set_var.cc sql/sql_plugin.cc sql/sql_plugin.h sql/sql_show.cc sql/sys_vars.cc storage/perfschema/ha_perfschema.cc
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index 18d86a13998..5f5faa83a45 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -16,7 +16,7 @@
/* variable declarations are in sys_vars.cc now !!! */
-#include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */
+#include "sql_plugin.h"
#include "sql_class.h" // set_var.h: session_var_ptr
#include "set_var.h"
#include "sql_priv.h"