~sergei.glushchenko/percona-xtrabackup/21-bug856400

« back to all changes in this revision

Viewing changes to src/xtrabackup.cc

  • Committer: jenkins at percona
  • Date: 2013-04-03 06:43:30 UTC
  • mfrom: (524.2.1 2.1)
  • Revision ID: jenkins@jenkins.percona.com-20130403064330-bv4p762kim9tsoo6
MergeĀ lp:~akopytov/percona-xtrabackup/bug1162765-2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2672
2672
                srv_unix_file_flush_method = SRV_UNIX_ALL_O_DIRECT;
2673
2673
                msg("xtrabackup: using ALL_O_DIRECT\n");
2674
2674
#endif
2675
 
#ifdef XTRADB_BASED
2676
 
        } else if (0 == ut_strcmp(srv_file_flush_method_str, "ALL_O_DIRECT")) {
2677
 
                srv_unix_file_flush_method = SRV_UNIX_ALL_O_DIRECT;
2678
 
#endif
2679
2675
        } else {
2680
2676
                msg("xtrabackup: Unrecognized value %s for "
2681
2677
                    "innodb_flush_method\n", srv_file_flush_method_str);