• unknown's avatar
    Dean noticed that constant flush calls caused the archive stream file to flush... · e83ae318
    unknown authored
    Dean noticed that constant flush calls caused the archive stream file to flush empty buffers. This patch removes that behavior. 
    
    
    sql/ha_archive.cc:
      Modifications for more of a lazy approach to opening up archive files for writing.
    sql/ha_archive.h:
      Added a variable to determine state, and a new method for encapsulating the opening of archive writers.
    e83ae318
ha_archive.h 3.98 KB