~akopytov/percona-xtrabackup/bug1162765-2.1

« back to all changes in this revision

Viewing changes to src/xtrabackup.cc

  • Committer: Alexey Kopytov
  • Date: 2013-04-01 19:30:32 UTC
  • mfrom: (391.99.1 2.0)
  • Revision ID: akopytov@gmail.com-20130401193032-1c11e7ohjdgkkc2e
AutomergeĀ fromĀ 2.0.

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);