diff options
author | Alfranio Correia <alfranio.correia@sun.com> | 2008-12-13 19:42:12 +0000 |
---|---|---|
committer | Alfranio Correia <alfranio.correia@sun.com> | 2008-12-13 19:42:12 +0000 |
commit | 3175a06a13e10e3e321ca52d44619b8185cacc77 (patch) | |
tree | 3ca8c469534126c025304d8d96dbeb2b359a6c00 /include/my_global.h | |
parent | 7434596b84e8f0ae09e9ec511e6720c84fdc4d26 (diff) | |
parent | 30d8a8f9503faab7df7cd2a742f8f87e9df43b40 (diff) | |
download | mariadb-git-3175a06a13e10e3e321ca52d44619b8185cacc77.tar.gz |
merge 5.1 --> 5.1-rpl
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/my_global.h b/include/my_global.h index c6ac90d4a34..25ba94f7d3e 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -18,11 +18,6 @@ #ifndef _global_h #define _global_h -#ifndef EMBEDDED_LIBRARY -#define HAVE_REPLICATION -#define HAVE_EXTERNAL_CLIENT -#endif - /* InnoDB depends on some MySQL internals which other plugins should not need. This is because of InnoDB's foreign key support, "safe" binlog @@ -101,6 +96,11 @@ #endif #endif /* !EMBEDDED_LIBRARY */ +#ifndef EMBEDDED_LIBRARY +#define HAVE_REPLICATION +#define HAVE_EXTERNAL_CLIENT +#endif + /* Some defines to avoid ifdefs in the code */ #ifndef NETWARE_YIELD #define NETWARE_YIELD |