diff options
author | lars@mysql.com <> | 2005-03-22 10:19:24 +0100 |
---|---|---|
committer | lars@mysql.com <> | 2005-03-22 10:19:24 +0100 |
commit | 7428dde19a2fc4facb5dc1e2b644a5d9915518c3 (patch) | |
tree | b19174ede8963f86f8cacd14c1ac87b1ba5df7c2 /sql/sql_repl.h | |
parent | efb077502def04e22d1d157b3b7c8474677197e4 (diff) | |
download | mariadb-git-7428dde19a2fc4facb5dc1e2b644a5d9915518c3.tar.gz |
WL#2472: Fixes according to review
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index eec85826da4..ba64e626adc 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -17,9 +17,6 @@ #ifdef HAVE_REPLICATION #include "slave.h" -extern Rpl_filter *binlog_filter; -extern Rpl_filter *rpl_filter; - typedef struct st_slave_info { uint32 server_id; |