36
36
cache->dir= dir ? strdup(dir) : (char*) 0;
37
37
cache->prefix= (prefix ? strdup(prefix) :
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 */