Add standardSelectDistinct() function to help fork queries based on whether the order...
[lhc/web/wiklou.git] / includes / db / DatabaseMysql.php
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