1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

WL#2472: Addendum: Fixes after Mats review

This commit is contained in:
unknown
2005-03-10 14:36:48 +01:00
parent 4b3caa85c4
commit f532a8f0ce
12 changed files with 27 additions and 32 deletions

View File

@@ -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)