index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
db
/
DatabaseMysql.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give sql.php eval.php type scrollback
Sam Reed
2012-01-12
1
-1
/
+1
*
Revert r108603, which was itself a revert of r107376, r107994. Before conside...
Max Semenik
2012-01-11
1
-0
/
+9
*
Reverts MySQL stored procedure support
Antoine Musso
2012-01-11
1
-9
/
+0
*
Added support for stored procedures/functions to MySQL:
Max Semenik
2011-12-27
1
-0
/
+9
*
add missing deprecation notices and added deprecation version to existing ones
Jeroen De Dauw
2011-12-13
1
-0
/
+1
*
More documentation of parameters following up r104591
Sam Reed
2011-12-05
1
-29
/
+29
*
Per Timo, the second line would wipe out the first
Sam Reed
2011-12-02
1
-1
/
+1
*
Moar documentations
Sam Reed
2011-11-29
1
-0
/
+99
*
Improve comment from r104047
Sam Reed
2011-11-25
1
-1
/
+1
*
Added Database::getServerUptime() function to return seconds of uptime
Aaron Schulz
2011-11-24
1
-0
/
+10
*
Added wasLockTimeout() DB function. All our DBMS can implement this accept fo...
Aaron Schulz
2011-11-23
1
-0
/
+9
*
Reverted 'lockTimeout' option from r104069: table_lock_wait_timeout is GLOBAL...
Aaron Schulz
2011-11-23
1
-5
/
+0
*
Factored setTimeout() into setSessionOptions() and deprecated the former. In ...
Aaron Schulz
2011-11-23
1
-3
/
+11
*
Kill mysql4 specific code from DatabaseMysql
Sam Reed
2011-11-23
1
-47
/
+20
*
Add $fname to tableExists
Sam Reed
2011-11-10
1
-1
/
+1
*
fix bug #29102: Upgrade fails "Unknown character set: 'mysql4'"
Mark A. Hershberger
2011-11-09
1
-0
/
+1
*
Bug 30120 - Interwiki links error after upgrade
Sam Reed
2011-11-01
1
-1
/
+4
*
Revert r97257
Sam Reed
2011-09-17
1
-7
/
+0
*
Moar documentations
Sam Reed
2011-09-16
1
-3
/
+107
*
* (bug 30927) Omission of MySQLField::maxLength
Sam Reed
2011-09-16
1
-0
/
+4
*
* Fix for r90643: in the case where there is only one server, implying no rep...
Tim Starling
2011-08-29
1
-2
/
+2
*
Add/update documentation
Sam Reed
2011-08-14
1
-1
/
+7
*
w/s changes: “svn diff -x-w” is clean
Mark A. Hershberger
2011-08-01
1
-4
/
+4
*
* Removed usage of error suppression operator in includes/db
Alexandre Emsenhuber
2011-07-04
1
-5
/
+16
*
Hack followup to r90643
Sam Reed
2011-06-25
1
-2
/
+2
*
General database-related code cleanup:
Tim Starling
2011-06-23
1
-2
/
+129
*
Followup r90429:
Tim Starling
2011-06-20
1
-1
/
+1
*
All the databases but MySQL were overriding DatabaseBase::deleteJoin() with t...
Platonides
2011-06-18
1
-0
/
+19
*
If this was ever passed an empty string it would spit "PHP Notice: Uninitial...
Platonides
2011-06-09
1
-1
/
+1
*
whitespace
Chad Horohoe
2011-05-30
1
-4
/
+4
*
Change the duplicateTableStructure() to use the original names.
Platonides
2011-04-12
1
-2
/
+4
*
Abstract tableName() by adding new function isQuotedIdentifier() to databases.
Platonides
2011-04-12
1
-0
/
+4
*
Remove remaining empty() call in r79119
Sam Reed
2011-03-27
1
-1
/
+1
*
Mark a fixme comment in Oracle DB file for undefined variable
Sam Reed
2011-02-18
1
-1
/
+0
*
* Fixed a bug causing the installer to ignore the "engine" and "charset" sett...
Tim Starling
2011-01-25
1
-0
/
+5
*
Remove now-unused SQL timestamp conversion functions added in r77231. They we...
Roan Kattouw
2010-12-31
1
-3
/
+0
*
Fix r79109: listTables() does not work without a prefix, and verified that SQ...
X!
2010-12-28
1
-1
/
+1
*
It's here! It's finally here! The skies are falling, pigs have sprouted wings...
X!
2010-12-28
1
-0
/
+23
*
Followup r79093: Move DROP TABLE code to Database classes and properly rename...
Chad Horohoe
2010-12-28
1
-0
/
+7
*
MySQL is the only database which quotes identifiers primarily using backticks...
Daniel Friesen
2010-12-04
1
-0
/
+7
*
More unused variables
Sam Reed
2010-11-30
1
-1
/
+0
*
Remove some unused variables and globals
Sam Reed
2010-11-28
1
-2
/
+0
*
Moved switches in Special:Unusedimages and Special:Ancientpages to extract a ...
Alexandre Emsenhuber
2010-11-24
1
-0
/
+3
*
Fixed $fname in some places
Max Semenik
2010-11-23
1
-1
/
+1
*
This indexInfo() belongs to MySQL
Max Semenik
2010-11-23
1
-0
/
+28
*
Refactoring of *Field classes:
Max Semenik
2010-11-21
1
-0
/
+50
*
Comment out unused if (code inside it is commented out
Sam Reed
2010-10-24
1
-2
/
+2
*
Assignment in loop conditions suck
Sam Reed
2010-10-13
1
-1
/
+1
*
Sanity check on result from SHOW PROCESSLIST, foreach -> while (sorta followu...
Chad Horohoe
2010-09-28
1
-1
/
+4
*
Revert insertOrUpdate work
Sam Reed
2010-08-27
1
-56
/
+0
[next]