Abstracted some parts of database interaction for parser tests, needs verification...
[lhc/web/wiklou.git] / includes / db / DatabaseMysql.php
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-10-25 Max Semenik* Abstracted table locks in maintenance/updateSearchInd...
2009-10-21 Max Semenik(bug 20268) Fixed Database::estimateRowCount on SQLite...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-27 Chad Horohoe$this not $db
2009-07-20 Greg Sabino MullaneAdd standardSelectDistinct() function to help fork...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-09 Chad Horohoe(bug 19591) Move setBigSelects() to DatabaseMysql
2009-06-25 Chad Horohoe* Move lock()/unlock() to DatabaseMysql, declare abstract
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-15 Aryeh GregorMove some stuff from DatabaseBase to DatabaseMysql