• unknown's avatar
    fixed race that caused sig11s on simultaneous FLUSH LOGS · 642b7593
    unknown authored
    (possibly also fixes binlog filename corruption problems--hasn't
    been reproduced since)
    
    
    sql/log.cc:
      Fixed race caused by calling MYSQL_LOG::is_open() outside of critical section.
    sql/sql_parse.cc:
      added missing args to calls to MYSQL_LOG::new_file(bool)
    BitKeeper/etc/logging_ok:
      Logging to logging@openlogging.org accepted
    642b7593
log.cc 27.4 KB