366
366
buffpek_inst= (buffpek *) table_sort.buffpek;
367
367
table_sort.buffpek_len= maxbuffer;
369
369
/* Open cached file if it isn't open */
370
370
if (! my_b_inited(outfile) && open_cached_file(outfile,drizzle_tmpdir.c_str(),TEMP_PREFIX,READ_RECORD_BUFFER, MYF(MY_WME)))
375
if (reinit_io_cache(outfile,internal::WRITE_CACHE,0L,0,0))
375
if (outfile->reinit_io_cache(internal::WRITE_CACHE,0L,0,0))