summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-01-15 03:49:07 +0200
committermonty@mysql.com <>2005-01-15 03:49:07 +0200
commit7681e624229ded43c120f73d823a41bd68a33b76 (patch)
tree3bcf35791b10e121565898027952d04a93be916f /include/my_sys.h
parent5ebcb21f12c21c2634616ce9b87eb96666038523 (diff)
parent6d280ac1615efe5f67843a27c18af080acadc383 (diff)
downloadmariadb-git-7681e624229ded43c120f73d823a41bd68a33b76.tar.gz
Merge
Diffstat (limited to 'include/my_sys.h')
-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);