Possible merge issue in xtrabackup.cc

Bug #1162765 reported by Raghavendra D Prabhu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Fix Released
Wishlist
Alexey Kopytov
2.0
Fix Released
Wishlist
Alexey Kopytov
2.1
Fix Released
Wishlist
Alexey Kopytov

Bug Description

In xtrabackup.cc I see

#ifdef XTRADB_BASED
 } else if (0 == ut_strcmp(srv_file_flush_method_str, "ALL_O_DIRECT")) {
  srv_unix_file_flush_method = SRV_UNIX_ALL_O_DIRECT;
  msg("xtrabackup: using ALL_O_DIRECT\n");
#endif
#ifdef XTRADB_BASED
 } else if (0 == ut_strcmp(srv_file_flush_method_str, "ALL_O_DIRECT")) {
  srv_unix_file_flush_method = SRV_UNIX_ALL_O_DIRECT;
#endif

It looks a merge issue (or just a duplicate).

Related branches

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXB-993

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.