| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Doc fix | Chad Horohoe | 2010-08-26 | 1 | -2/+1 |
* | Drop $options from insertOrUpdate - r71662 | Sam Reed | 2010-08-26 | 1 | -7/+3 |
* | Followup r71662 | Sam Reed | 2010-08-26 | 1 | -1/+1 |
* | Tweak to insertOnDupeUpdate in DatabaseMysql to split how wanted ( foo = bar ) | Sam Reed | 2010-08-25 | 1 | -1/+1 |
* | Move insertOnDupeUpdate (and rename to insertOrUpdate) to DatabaseMysql. Add ... | Sam Reed | 2010-08-25 | 1 | -1/+62 |
* | Make getSoftwareLink() static so I can use it without instantiating (and open... | Chad Horohoe | 2010-08-22 | 1 | -1/+1 |
* | Big commit: kill almost every freeResult() call as useless | Chad Horohoe | 2010-08-08 | 1 | -4/+0 |
* | Standardisation of file headers | Alexandre Emsenhuber | 2010-08-01 | 1 | -0/+7 |
* | Explicitly set mysql charsets to binary if not using utf-8 schema. | Niklas Laxström | 2010-07-28 | 1 | -0/+2 |
* | Fixed mysqlisms in Database.php comments, abstracted getSearchEngine() | Max Semenik | 2010-07-10 | 1 | -0/+13 |
* | Refactored Database*::getLag(): moved the default implementation to MySQL, re... | Max Semenik | 2010-07-02 | 1 | -0/+40 |
* | * Replaced the mess of every database class implementing filedExists() is its... | Max Semenik | 2010-07-02 | 1 | -1/+4 |
* | r68558 fixes: add some escaping (just in case, not really needed), as well as... | Domas Mituzas | 2010-06-25 | 1 | -2/+4 |
* | Adding $wgSQLMode | Domas Mituzas | 2010-06-25 | 1 | -2/+4 |
* | Cleanup most of the DIY extension detection/dl() code into nice clean wfDl() | Chad Horohoe | 2010-06-14 | 1 | -3/+1 |
* | * Remove compatibility code for pre-5.1 versions of PHP | Mark A. Hershberger | 2010-05-19 | 1 | -24/+22 |
* | Fixed r61214: moved MySQL munging to SearchEngine, updated calls. Can we kill... | Max Semenik | 2010-01-22 | 1 | -80/+0 |
* | Factored MySQL-specific munging out of Language::stripForSearch() to Database... | Max Semenik | 2010-01-18 | 1 | -0/+80 |
* | For r60757: implement Database::getType() explicitly in each subclass, to mak... | Tim Starling | 2010-01-08 | 1 | -0/+4 |
* | Update callers from immediateCommit() to commit(). The former's been deprecat... | Chad Horohoe | 2009-12-14 | 1 | -1/+1 |
* | Per CR for r58631, moved default duplicateTableStructure() implementation to ... | Max Semenik | 2009-12-11 | 1 | -6/+7 |
* | Abstracted some parts of database interaction for parser tests, needs verific... | Max Semenik | 2009-11-06 | 1 | -0/+25 |
* | * Abstracted table locks in maintenance/updateSearchIndex.php | Max Semenik | 2009-10-25 | 1 | -1/+1 |
* | (bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved... | Max Semenik | 2009-10-21 | 1 | -0/+24 |
* | Mostly revert r53358 and r53365 per comments on code review. Change message t... | Alex Z | 2009-08-22 | 1 | -7/+0 |
* | * Converted BagOStuff.php from the style of memcached-client.php to the stand... | Tim Starling | 2009-08-15 | 1 | -0/+25 |
* | * Move generic return true; various for lock functions to parent, no need to ... | Chad Horohoe | 2009-07-29 | 1 | -2/+5 |
* | $this not $db | Chad Horohoe | 2009-07-27 | 1 | -1/+1 |
* | Add standardSelectDistinct() function to help fork queries based on whether t... | Greg Sabino Mullane | 2009-07-20 | 1 | -0/+4 |
* | Followup to r53358 - Tweak the function name to be a little clearer as to wha... | Alex Z | 2009-07-16 | 1 | -2/+2 |
* | (bug 19590) Database error messages are no longer hardcoded to use "MySQL". | Alex Z | 2009-07-16 | 1 | -0/+7 |
* | (bug 19591) Move setBigSelects() to DatabaseMysql | Chad Horohoe | 2009-07-09 | 1 | -0/+15 |
* | * Move lock()/unlock() to DatabaseMysql, declare abstract | Chad Horohoe | 2009-06-25 | 1 | -0/+38 |
* | Abstract more methods in DatabaseBase | Aryeh Gregor | 2009-06-16 | 1 | -0/+17 |
* | Move some stuff from DatabaseBase to DatabaseMysql | Aryeh Gregor | 2009-06-15 | 1 | -0/+297 |