aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/DatabaseMysql.php
Commit message (Expand)AuthorAgeFilesLines
* Give sql.php eval.php type scrollbackSam Reed2012-01-121-1/+1
* Revert r108603, which was itself a revert of r107376, r107994. Before conside...Max Semenik2012-01-111-0/+9
* Reverts MySQL stored procedure supportAntoine Musso2012-01-111-9/+0
* Added support for stored procedures/functions to MySQL:Max Semenik2011-12-271-0/+9
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-0/+1
* More documentation of parameters following up r104591Sam Reed2011-12-051-29/+29
* Per Timo, the second line would wipe out the firstSam Reed2011-12-021-1/+1
* Moar documentationsSam Reed2011-11-291-0/+99
* Improve comment from r104047Sam Reed2011-11-251-1/+1
* Added Database::getServerUptime() function to return seconds of uptimeAaron Schulz2011-11-241-0/+10
* Added wasLockTimeout() DB function. All our DBMS can implement this accept fo...Aaron Schulz2011-11-231-0/+9
* Reverted 'lockTimeout' option from r104069: table_lock_wait_timeout is GLOBAL...Aaron Schulz2011-11-231-5/+0
* Factored setTimeout() into setSessionOptions() and deprecated the former. In ...Aaron Schulz2011-11-231-3/+11
* Kill mysql4 specific code from DatabaseMysqlSam Reed2011-11-231-47/+20
* Add $fname to tableExistsSam Reed2011-11-101-1/+1
* fix bug #29102: Upgrade fails "Unknown character set: 'mysql4'"Mark A. Hershberger2011-11-091-0/+1
* Bug 30120 - Interwiki links error after upgradeSam Reed2011-11-011-1/+4
* Revert r97257Sam Reed2011-09-171-7/+0
* Moar documentationsSam Reed2011-09-161-3/+107
* * (bug 30927) Omission of MySQLField::maxLengthSam Reed2011-09-161-0/+4
* * Fix for r90643: in the case where there is only one server, implying no rep...Tim Starling2011-08-291-2/+2
* Add/update documentationSam Reed2011-08-141-1/+7
* w/s changes: “svn diff -x-w” is cleanMark A. Hershberger2011-08-011-4/+4
* * Removed usage of error suppression operator in includes/dbAlexandre Emsenhuber2011-07-041-5/+16
* Hack followup to r90643Sam Reed2011-06-251-2/+2
* General database-related code cleanup:Tim Starling2011-06-231-2/+129
* Followup r90429:Tim Starling2011-06-201-1/+1
* All the databases but MySQL were overriding DatabaseBase::deleteJoin() with t...Platonides2011-06-181-0/+19
* If this was ever passed an empty string it would spit "PHP Notice: Uninitial...Platonides2011-06-091-1/+1
* whitespaceChad Horohoe2011-05-301-4/+4
* Change the duplicateTableStructure() to use the original names.Platonides2011-04-121-2/+4
* Abstract tableName() by adding new function isQuotedIdentifier() to databases.Platonides2011-04-121-0/+4
* Remove remaining empty() call in r79119Sam Reed2011-03-271-1/+1
* Mark a fixme comment in Oracle DB file for undefined variableSam Reed2011-02-181-1/+0
* * Fixed a bug causing the installer to ignore the "engine" and "charset" sett...Tim Starling2011-01-251-0/+5
* Remove now-unused SQL timestamp conversion functions added in r77231. They we...Roan Kattouw2010-12-311-3/+0
* Fix r79109: listTables() does not work without a prefix, and verified that SQ...X!2010-12-281-1/+1
* It's here! It's finally here! The skies are falling, pigs have sprouted wings...X!2010-12-281-0/+23
* Followup r79093: Move DROP TABLE code to Database classes and properly rename...Chad Horohoe2010-12-281-0/+7
* MySQL is the only database which quotes identifiers primarily using backticks...Daniel Friesen2010-12-041-0/+7
* More unused variablesSam Reed2010-11-301-1/+0
* Remove some unused variables and globalsSam Reed2010-11-281-2/+0
* Moved switches in Special:Unusedimages and Special:Ancientpages to extract a ...Alexandre Emsenhuber2010-11-241-0/+3
* Fixed $fname in some placesMax Semenik2010-11-231-1/+1
* This indexInfo() belongs to MySQLMax Semenik2010-11-231-0/+28
* Refactoring of *Field classes:Max Semenik2010-11-211-0/+50
* Comment out unused if (code inside it is commented outSam Reed2010-10-241-2/+2
* Assignment in loop conditions suckSam Reed2010-10-131-1/+1
* Sanity check on result from SHOW PROCESSLIST, foreach -> while (sorta followu...Chad Horohoe2010-09-281-1/+4
* Revert insertOrUpdate workSam Reed2010-08-271-56/+0