diff options
author | unknown <lars@mysql.com> | 2005-03-10 14:36:48 +0100 |
---|---|---|
committer | unknown <lars@mysql.com> | 2005-03-10 14:36:48 +0100 |
commit | f532a8f0ce2c7f9ef829165cadba24cec38a58b8 (patch) | |
tree | bdb371a8022e128b8e19fadbc92f0cadaa87262f /sql/sql_acl.h | |
parent | 4b3caa85c426291bec6c51f3cc3c6b500ca0e6f2 (diff) | |
download | mariadb-git-f532a8f0ce2c7f9ef829165cadba24cec38a58b8.tar.gz |
WL#2472: Addendum: Fixes after Mats review
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 57f8009dc3e..465f88ca760 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 Table_filter *rpl_filter; + #define SELECT_ACL (1L << 0) #define INSERT_ACL (1L << 1) #define UPDATE_ACL (1L << 2) |