summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-08-13 13:51:48 +0400
committerKonstantin Osipov <kostja@sun.com>2010-08-13 13:51:48 +0400
commit4e935a5329f65fe02041d278d27323789419e4cd (patch)
treee82b25865a22ae5e1967f4ad0ad450f59a4ec7f0 /sql/mysqld.cc
parentf8372252dd513eb1c4eac9e904b075f089efc4b9 (diff)
downloadmariadb-git-4e935a5329f65fe02041d278d27323789419e4cd.tar.gz
Extract reload_acl_and_cache() and flush_tables_with_read_lock()
into an own implementation file.
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 278d1688c21..e0dc3ef0211 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -87,6 +87,7 @@
#include <errmsg.h>
#include "sp_rcontext.h"
#include "sp_cache.h"
+#include "sql_reload.h" // reload_acl_and_cache
#ifdef HAVE_POLL_H
#include <poll.h>