From a9f2a439b4b9efd9a9490302774a6d4ae09fccbb Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 1 Oct 2000 22:52:36 -0600 Subject: [PATCH] fixed compile error --- sql/sql_repl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc index 45d225e698f..fe51faa9dcb 100644 --- a/sql/sql_repl.cc +++ b/sql/sql_repl.cc @@ -21,6 +21,7 @@ #include "sql_repl.h" #include "sql_acl.h" #include "log_event.h" +#include extern const char* any_db; extern pthread_handler_decl(handle_slave,arg);