summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authorlars@mysql.com <>2005-03-22 10:19:24 +0100
committerlars@mysql.com <>2005-03-22 10:19:24 +0100
commit7428dde19a2fc4facb5dc1e2b644a5d9915518c3 (patch)
treeb19174ede8963f86f8cacd14c1ac87b1ba5df7c2 /sql/sql_acl.h
parentefb077502def04e22d1d157b3b7c8474677197e4 (diff)
downloadmariadb-git-7428dde19a2fc4facb5dc1e2b644a5d9915518c3.tar.gz
WL#2472: Fixes according to review
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r--sql/sql_acl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h
index 21f14fc3045..7833e9ea9bb 100644
--- a/sql/sql_acl.h
+++ b/sql/sql_acl.h
@@ -15,7 +15,6 @@
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)