aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/DatabaseMysql.php
Commit message (Expand)AuthorAgeFilesLines
...
* Doc fixChad Horohoe2010-08-261-2/+1
* Drop $options from insertOrUpdate - r71662Sam Reed2010-08-261-7/+3
* Followup r71662Sam Reed2010-08-261-1/+1
* Tweak to insertOnDupeUpdate in DatabaseMysql to split how wanted ( foo = bar )Sam Reed2010-08-251-1/+1
* Move insertOnDupeUpdate (and rename to insertOrUpdate) to DatabaseMysql. Add ...Sam Reed2010-08-251-1/+62
* Make getSoftwareLink() static so I can use it without instantiating (and open...Chad Horohoe2010-08-221-1/+1
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-4/+0
* Standardisation of file headersAlexandre Emsenhuber2010-08-011-0/+7
* Explicitly set mysql charsets to binary if not using utf-8 schema.Niklas Laxström2010-07-281-0/+2
* Fixed mysqlisms in Database.php comments, abstracted getSearchEngine()Max Semenik2010-07-101-0/+13
* Refactored Database*::getLag(): moved the default implementation to MySQL, re...Max Semenik2010-07-021-0/+40
* * Replaced the mess of every database class implementing filedExists() is its...Max Semenik2010-07-021-1/+4
* r68558 fixes: add some escaping (just in case, not really needed), as well as...Domas Mituzas2010-06-251-2/+4
* Adding $wgSQLModeDomas Mituzas2010-06-251-2/+4
* Cleanup most of the DIY extension detection/dl() code into nice clean wfDl()Chad Horohoe2010-06-141-3/+1
* * Remove compatibility code for pre-5.1 versions of PHPMark A. Hershberger2010-05-191-24/+22
* Fixed r61214: moved MySQL munging to SearchEngine, updated calls. Can we kill...Max Semenik2010-01-221-80/+0
* Factored MySQL-specific munging out of Language::stripForSearch() to Database...Max Semenik2010-01-181-0/+80
* For r60757: implement Database::getType() explicitly in each subclass, to mak...Tim Starling2010-01-081-0/+4
* Update callers from immediateCommit() to commit(). The former's been deprecat...Chad Horohoe2009-12-141-1/+1
* Per CR for r58631, moved default duplicateTableStructure() implementation to ...Max Semenik2009-12-111-6/+7
* Abstracted some parts of database interaction for parser tests, needs verific...Max Semenik2009-11-061-0/+25
* * Abstracted table locks in maintenance/updateSearchIndex.phpMax Semenik2009-10-251-1/+1
* (bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved...Max Semenik2009-10-211-0/+24
* Mostly revert r53358 and r53365 per comments on code review. Change message t...Alex Z2009-08-221-7/+0
* * Converted BagOStuff.php from the style of memcached-client.php to the stand...Tim Starling2009-08-151-0/+25
* * Move generic return true; various for lock functions to parent, no need to ...Chad Horohoe2009-07-291-2/+5
* $this not $dbChad Horohoe2009-07-271-1/+1
* Add standardSelectDistinct() function to help fork queries based on whether t...Greg Sabino Mullane2009-07-201-0/+4
* Followup to r53358 - Tweak the function name to be a little clearer as to wha...Alex Z2009-07-161-2/+2
* (bug 19590) Database error messages are no longer hardcoded to use "MySQL".Alex Z2009-07-161-0/+7
* (bug 19591) Move setBigSelects() to DatabaseMysqlChad Horohoe2009-07-091-0/+15
* * Move lock()/unlock() to DatabaseMysql, declare abstractChad Horohoe2009-06-251-0/+38
* Abstract more methods in DatabaseBaseAryeh Gregor2009-06-161-0/+17
* Move some stuff from DatabaseBase to DatabaseMysqlAryeh Gregor2009-06-151-0/+297