1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -27,10 +27,6 @@
#include "mysql_priv.h"
#include "hash_filo.h"
#ifdef HAVE_REPLICATION
#include "table_filter.h" //for tables_ok()
extern Table_filter *rpl_filter;
#endif
#include <m_ctype.h>
#include <stdarg.h>
#include "sp_head.h"