[Gravity] Add mysqlnd_ms abstraction functionality

Review Request #197 — Created Oct. 24, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:sql
lunr
This adds methods to the MySQLConnection class to steer the behaviour of mysqlnd_ms.
We use the actual values rather than the constants in the code to avoid a dependency on mysqlnd_ms when users don't really need it (one server case).
Unit tests
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionBaseTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionMasterSlaveTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionQueryTest.php
tests/phpunit.xml
Loading...