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