• unknown's avatar
    Dean noticed that constant flush calls caused the archive stream file to flush... · 714e9c0a
    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.
    714e9c0a
ha_archive.h 3.98 KB