Add failing test for bug 14404.
[lhc/web/wiklou.git] / includes / db / DatabaseMysql.php
2010-12-28 X!Fix r79109: listTables() does not work without a prefix...
2010-12-28 X!It's here! It's finally here! The skies are falling...
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-11-30 Sam ReedMore unused variables
2010-11-28 Sam ReedRemove some unused variables and globals
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Max SemenikFixed $fname in some places
2010-11-23 Max SemenikThis indexInfo() belongs to MySQL
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-10-24 Sam ReedComment out unused if (code inside it is commented out
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-28 Chad HorohoeSanity check on result from SHOW PROCESSLIST, foreach...
2010-08-27 Sam ReedRevert insertOrUpdate work
2010-08-26 Chad HorohoeDoc fix
2010-08-26 Sam ReedDrop $options from insertOrUpdate - r71662
2010-08-26 Sam ReedFollowup r71662
2010-08-25 Sam ReedTweak to insertOnDupeUpdate in DatabaseMysql to split...
2010-08-25 Sam ReedMove insertOnDupeUpdate (and rename to insertOrUpdate...
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-28 Niklas LaxströmExplicitly set mysql charsets to binary if not using...
2010-07-10 Max SemenikFixed mysqlisms in Database.php comments, abstracted...
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-06-25 Domas Mituzasr68558 fixes: add some escaping (just in case, not...
2010-06-25 Domas MituzasAdding $wgSQLMode
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-05-19 Mark A. Hershberger* Remove compatibility code for pre-5.1 versions of PHP
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-18 Max SemenikFactored MySQL-specific munging out of Language::stripF...
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-12-11 Max SemenikPer CR for r58631, moved default duplicateTableStructur...
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