Move storing of $db down to SearchEngine
authorPlatonides <platonides@users.mediawiki.org>
Mon, 22 Nov 2010 16:08:12 +0000 (16:08 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 22 Nov 2010 16:08:12 +0000 (16:08 +0000)
commita85f03a94fcc8e5f33296eae5a88d4dafc56b353
treece62d07e45027fee63c11859e763235d8c7063bf
parent42ef93912fc2dc02327cc5ce2521456a0231ff4c
Move storing of $db down to SearchEngine
Fixes the r76809 issue of SearchDbTest not being marked as requiring a Database.
includes/search/SearchEngine.php
includes/search/SearchIBM_DB2.php
includes/search/SearchMssql.php
includes/search/SearchMySQL.php
includes/search/SearchOracle.php
includes/search/SearchPostgres.php
includes/search/SearchSqlite.php