Flushes server data from the memory to disk.
procedure Flush(FlushTypes: TMyFlushTypes);
Call the Flush method to flush forcedly server data from the memory to disk. Used if backup copy is needed.
Refer to FLUSH detailed description at MySQL Reference Manual.