summaryrefslogtreecommitdiff
path: root/sql/repl_failsafe.cc
diff options
context:
space:
mode:
authorhf@deer.mysql.r18.ru <>2003-01-15 12:11:44 +0400
committerhf@deer.mysql.r18.ru <>2003-01-15 12:11:44 +0400
commitc59bff7c96bf90c9c4dafdb80684fb438bb43734 (patch)
tree5a4ad419f88f794ce2bdff28466653d3de9f4156 /sql/repl_failsafe.cc
parent8a205e4ba309c4031df93cfe700891d362e25750 (diff)
downloadmariadb-git-c59bff7c96bf90c9c4dafdb80684fb438bb43734.tar.gz
SCRUM
embedded library trimming
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r--sql/repl_failsafe.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc
index 4942dd9cfd8..6ef252467c3 100644
--- a/sql/repl_failsafe.cc
+++ b/sql/repl_failsafe.cc
@@ -16,9 +16,9 @@
// Sasha Pachev <sasha@mysql.com> is currently in charge of this file
-#ifndef EMBEDDED_LIBRARY
-
#include "mysql_priv.h"
+#ifdef HAVE_REPLICATION
+
#include "repl_failsafe.h"
#include "sql_repl.h"
#include "slave.h"
@@ -896,5 +896,5 @@ err:
return error;
}
-#endif /* EMBEDDED_LIBRARY */
+#endif /* HAVE_REPLICATION */