summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-01-15 03:49:07 +0200
committerunknown <monty@mysql.com>2005-01-15 03:49:07 +0200
commit403541d7e8af62011422c54d857051a40ccf245c (patch)
tree3bcf35791b10e121565898027952d04a93be916f /include
parent6f70a1d90931f34adb3bdc8b15e20b768af4f357 (diff)
parentdeac81af88c0bc424126d3a9d3d4aaeca2a6770c (diff)
downloadmariadb-git-403541d7e8af62011422c54d857051a40ccf245c.tar.gz
Merge
include/my_sys.h: Auto merged sql/filesort.cc: Auto merged mysys/mf_iocache.c: SCCS merged
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 5e56f0bdc2c..79c7c8bd3c0 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -658,6 +658,7 @@ extern int init_io_cache(IO_CACHE *info,File file,uint cachesize,
extern my_bool reinit_io_cache(IO_CACHE *info,enum cache_type type,
my_off_t seek_offset,pbool use_async_io,
pbool clear_cache);
+extern void setup_io_cache(IO_CACHE* info);
extern int _my_b_read(IO_CACHE *info,byte *Buffer,uint Count);
#ifdef THREAD
extern int _my_b_read_r(IO_CACHE *info,byte *Buffer,uint Count);