Clean up database-backed SearchResultSets
authorChad Horohoe <chadh@wikimedia.org>
Tue, 22 Apr 2014 07:52:19 +0000 (00:52 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 22 Apr 2014 19:56:36 +0000 (12:56 -0700)
commitff00b052ce127fbdb431c7c19aff52c3cc43aed0
tree18bce013663bd683ecd0ea46ff8c2312bf9223ba
parentca895b7072b9d98a5b3abf8f2a46474095c16210
Clean up database-backed SearchResultSets

SqlSearchResultSet basically handles all of the work in a DB-agnostic
manner. Remove specific implementations for MySQL, Mssql and Sqlite

Change-Id: Iae3fd5cc40dfbc50917be73d7ace668681e4148a
includes/AutoLoader.php
includes/search/SearchMssql.php
includes/search/SearchMySQL.php
includes/search/SearchOracle.php
includes/search/SearchPostgres.php
includes/search/SearchResultSet.php
includes/search/SearchSqlite.php