diff options
author | hf@deer.mysql.r18.ru <> | 2003-01-15 12:11:44 +0400 |
---|---|---|
committer | hf@deer.mysql.r18.ru <> | 2003-01-15 12:11:44 +0400 |
commit | c59bff7c96bf90c9c4dafdb80684fb438bb43734 (patch) | |
tree | 5a4ad419f88f794ce2bdff28466653d3de9f4156 /sql/repl_failsafe.h | |
parent | 8a205e4ba309c4031df93cfe700891d362e25750 (diff) | |
download | mariadb-git-c59bff7c96bf90c9c4dafdb80684fb438bb43734.tar.gz |
SCRUM
embedded library trimming
Diffstat (limited to 'sql/repl_failsafe.h')
-rw-r--r-- | sql/repl_failsafe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/repl_failsafe.h b/sql/repl_failsafe.h index e517f0a5a8a..72ea0cf2a56 100644 --- a/sql/repl_failsafe.h +++ b/sql/repl_failsafe.h @@ -1,4 +1,4 @@ -#ifndef EMBEDDED_LIBRARY +#ifdef HAVE_REPLICATION #ifndef REPL_FAILSAFE_H #define REPL_FAILSAFE_H @@ -36,4 +36,4 @@ int register_slave(THD* thd, uchar* packet, uint packet_length); void unregister_slave(THD* thd, bool only_mine, bool need_mutex); #endif -#endif /* EMBEDDED_LIBRARY */ +#endif /* HAVE_REPLICATION */ |