~codership/galera/2.x

« back to all changes in this revision

Viewing changes to gcomm/src/protonet.cpp

  • Committer: Alexey Yurchenko
  • Date: 2014-01-29 14:43:26 UTC
  • mto: This revision was merged to the branch mainline in revision 167.
  • Revision ID: alexey.yurchenko@codership.com-20140129144326-aa70nhzofl0smkm8
Fixes:
* provider pause() is fixed to avoid potential deadlock with replicating threads.
* lp:1099478 - handle own address in the address list properly (do not throw exception)
* lp:1259952 - fixed allocation of multiple of pages when posix_fallocate() is unavailable
* lp:1261996 - fixed compilation on Solaris 11
* lp:1232747 - fixed group remerge after partitioning event

Synced with SVN r3450

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#endif /* HAVE_ASIO_HPP */
85
85
    gu_throw_fatal << Conf::ProtonetBackend << " '" << backend
86
86
                   << "' not supported";
 
87
    return 0; // keep compiler happy
87
88
}