diff options
author | hf@deer.mysql.r18.ru <> | 2002-12-16 17:33:29 +0400 |
---|---|---|
committer | hf@deer.mysql.r18.ru <> | 2002-12-16 17:33:29 +0400 |
commit | e3b3b6830788d1a318df452e3c11956347392e0a (patch) | |
tree | ac62ff3cde5a13932e6d512787093827232af630 /sql/sql_repl.h | |
parent | 3517febe97fcea4b90f42da0630cd376425026ab (diff) | |
download | mariadb-git-e3b3b6830788d1a318df452e3c11956347392e0a.tar.gz |
Big purge about embedded library (scrum)
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index 15435382b08..5ba7d0ce74e 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -1,3 +1,4 @@ +#ifndef EMBEDDED_LIBRARY #include "slave.h" typedef struct st_slave_info @@ -53,3 +54,6 @@ typedef struct st_load_file_info } LOAD_FILE_INFO; int log_loaded_block(IO_CACHE* file); + +#endif /* EMBEDDED_LIBRARY */ + |