Added GTID support to slave lag methods
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 21 May 2016 00:26:08 +0000 (17:26 -0700)
committerOri.livneh <ori@wikimedia.org>
Tue, 19 Jul 2016 02:41:31 +0000 (02:41 +0000)
commitd1337eadda0a8e9d2629a6de1cf7b03a23c1730a
tree4c5a4ee61a185fdb85b4468d1be19a8ca233b9c4
parent9526a4bb6630fce432f3922d9fb2c16f4237d136
Added GTID support to slave lag methods

The IDs will be included in MySQLMasterPos objects and,
if specified by config, in slave lag wait methods.

Bug: T135027
Change-Id: I1dfc0210b715b449ec07760c712d0267763f2697
includes/db/DatabaseMysqlBase.php
tests/phpunit/includes/db/DatabaseMysqlBaseTest.php