summaryrefslogtreecommitdiff
path: root/sql/wsrep_utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* portability: use getifaddrs()Sergei Golubchik2014-10-011-44/+22
| | | | instead of exec'ing /usr/sbin/ifconfig|grep|sed|awk
* fixing embedded: WaaS. Wsrep as a Service.Sergei Golubchik2014-10-011-2/+1
|
* MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+524
Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.