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/repl_failsafe.cc | |
parent | 4b3caa85c426291bec6c51f3cc3c6b500ca0e6f2 (diff) | |
download | mariadb-git-f532a8f0ce2c7f9ef829165cadba24cec38a58b8.tar.gz |
WL#2472: Addendum: Fixes after Mats review
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r-- | sql/repl_failsafe.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc index 0909d87d74b..f9eb0bde1e7 100644 --- a/sql/repl_failsafe.cc +++ b/sql/repl_failsafe.cc @@ -24,8 +24,6 @@ #include "log_event.h" #include <mysql.h> -extern Table_filter *rpl_filter; - #define SLAVE_LIST_CHUNK 128 #define SLAVE_ERRMSG_SIZE (FN_REFLEN+64) |