summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authorlars@mysql.com <>2005-03-21 23:05:55 +0100
committerlars@mysql.com <>2005-03-21 23:05:55 +0100
commitefb077502def04e22d1d157b3b7c8474677197e4 (patch)
tree8b6efeea8d68c7888aaf78f4150376d941b923e5 /sql/sql_acl.h
parentf1ce374acca75941632d5ae8e9c95a2a627776a5 (diff)
parentc6d85289abd9589d6400cfa22b0ecf3ffce0b1db (diff)
downloadmariadb-git-efb077502def04e22d1d157b3b7c8474677197e4.tar.gz
Merge
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r--sql/sql_acl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h
index fd22da2a9fc..21f14fc3045 100644
--- a/sql/sql_acl.h
+++ b/sql/sql_acl.h
@@ -14,6 +14,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#include "slave.h" // for tables_ok(), rpl_filter
+extern Rpl_filter *rpl_filter;
+
#define SELECT_ACL (1L << 0)
#define INSERT_ACL (1L << 1)
#define UPDATE_ACL (1L << 2)