(bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved moving...
authorMax Semenik <maxsem@users.mediawiki.org>
Wed, 21 Oct 2009 12:21:09 +0000 (12:21 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Wed, 21 Oct 2009 12:21:09 +0000 (12:21 +0000)
commit7055d6416d6c3c19e3a02e5be0e3f29cf1da48ff
tree61668e418143592fa57353561be61433b90eff82
parentfd5b9ebd87c5fe61b93f88125c7708732283b63c
(bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved moving the previous implementation to where it belongs - DatabaseMysql, and replacing it with slightly tweaked DB2 implementation.
RELEASE-NOTES
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysql.php