Add drop of mssql/oracle to RELEASE-NOTES
[lhc/web/wiklou.git] / tests / phpunit / includes / db / LoadBalancerTest.php
index 588fe67..981b4ad 100644 (file)
@@ -341,7 +341,7 @@ class LoadBalancerTest extends MediaWikiTestCase {
        private function assertWriteAllowed( Database $db ) {
                $table = $db->tableName( 'some_table' );
                // Trigger a transaction so that rollback() will remove all the tables.
-               // Don't do this for MySQL as they auto-commit transactions for DDL
+               // Don't do this for MySQL as it auto-commits transactions for DDL
                // statements such as CREATE TABLE.
                $useAtomicSection = in_array( $db->getType(), [ 'sqlite', 'postgres' ], true );
                try {