Displaying 1 result from an estimated 1 matches for "write_buf_to_fil".
Did you mean:
write_buf_to_file
2011 Feb 25
0
[patch] Reopen dumpfiles on signal
...sabling.",
>> + source->dumpfilename, strerror(errno));
>> + }
>> + }
>> + source->reopen_dumpfile = 0;
>> + }
>> if (source->dumpfile && source->format->write_buf_to_file)
>
> * and so with the coments above, you can do your magic here.
If I moved the reopen code here, I'd lose the added benefit (B) above.
>
>> source->format->write_buf_to_file (source, refbuf);
>> }
>
> Cheers,
> --
> Niv Sar...