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