~tsarev/percona-server/5.5-processlist_rows_stats-sporadic_fails-fix

« back to all changes in this revision

Viewing changes to innodb_recovery_patches.patch

  • Committer: Stewart Smith
  • Date: 2011-06-30 23:28:59 UTC
  • mfrom: (135.1.1 5.5.13-tmp)
  • Revision ID: stewart@flamingspork.com-20110630232859-fxvjcb7mmrlll3zt
merge fdatasync() usage for innodb log files

Show diffs side-by-side

added added

removed removed

Lines of Context:
441
441
 #ifndef UNIV_HOTBACKUP
442
442
 # include "os0sync.h"
443
443
 # include "os0thread.h"
444
 
@@ -4260,6 +4261,18 @@
 
444
@@ -4270,6 +4271,18 @@
445
445
                                           INFINITE);
446
446
        }
447
447