33
33
bool open_cached_file(IO_CACHE *cache, const char* dir, const char *prefix,
34
34
size_t cache_size, myf cache_myflags)
40
42
cache->buffer=0; /* Mark that not open */
41
43
if (!init_io_cache(cache,-1,cache_size,WRITE_CACHE,0L,0,
42
44
MYF(cache_myflags | MY_NABP)))
51
53
/* Create the temporary file */