diff options
author | dlenev@mysql.com <> | 2004-12-09 13:33:12 +0300 |
---|---|---|
committer | dlenev@mysql.com <> | 2004-12-09 13:33:12 +0300 |
commit | 62a6d9749bd0b6dfd3c4b20780c78d167ade4fc1 (patch) | |
tree | 6a7ebc1a5815ac0b8548b282c7a77aea2eac03d6 /sql/sql_repl.cc | |
parent | bf72f5daaa4e9a124669ca8b05186639902ed009 (diff) | |
parent | 4b0882e0a6ad63c99353856f830b5f3db8c0b899 (diff) | |
download | mariadb-git-62a6d9749bd0b6dfd3c4b20780c78d167ade4fc1.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/dlenev/src/mysql-4.1-bg6765
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r-- | sql/sql_repl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc index bbcea537ff1..6854cb24ee9 100644 --- a/sql/sql_repl.cc +++ b/sql/sql_repl.cc @@ -18,7 +18,6 @@ #ifdef HAVE_REPLICATION #include "sql_repl.h" -#include "sql_acl.h" #include "log_event.h" #include <my_dir.h> |