• unknown's avatar
    mysqld.cc: · c9faa802
    unknown authored
      Add option innodb_flush_log_at_trx_commit=2 which means we always write the log to file at commit, but only do fsync about once per second
    
    
    sql/mysqld.cc:
      Add option innodb_flush_log_at_trx_commit=2 which means we always write the log to file at commit, but only do fsync about once per second
    c9faa802
mysqld.cc 139 KB