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/mf_iocache.cc | |
parent | 3517febe97fcea4b90f42da0630cd376425026ab (diff) | |
download | mariadb-git-e3b3b6830788d1a318df452e3c11956347392e0a.tar.gz |
Big purge about embedded library (scrum)
Diffstat (limited to 'sql/mf_iocache.cc')
-rw-r--r-- | sql/mf_iocache.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/mf_iocache.cc b/sql/mf_iocache.cc index 1bc65eebd23..436b79b23c3 100644 --- a/sql/mf_iocache.cc +++ b/sql/mf_iocache.cc @@ -30,6 +30,8 @@ flush_io_cache(). */ +#ifndef EMBEDDED_LIBRARY + #define MAP_TO_USE_RAID #include "mysql_priv.h" #ifdef HAVE_AIOWAIT @@ -81,3 +83,6 @@ int _my_b_net_read(register IO_CACHE *info, byte *Buffer, } } /* extern "C" */ +#endif /* EMBEDDED_LIBRARY */ + + |