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/sql_repl.h | |
parent | 8a205e4ba309c4031df93cfe700891d362e25750 (diff) | |
download | mariadb-git-c59bff7c96bf90c9c4dafdb80684fb438bb43734.tar.gz |
SCRUM
embedded library trimming
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index 5ba7d0ce74e..f1fda45fe4b 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -1,4 +1,4 @@ -#ifndef EMBEDDED_LIBRARY +#ifdef HAVE_REPLICATION #include "slave.h" typedef struct st_slave_info @@ -55,5 +55,5 @@ typedef struct st_load_file_info int log_loaded_block(IO_CACHE* file); -#endif /* EMBEDDED_LIBRARY */ +#endif /* HAVE_REPLICATION */ |