| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/108745
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/108743
|
|
|
|
|
|
|
|
|
|
|
| |
* CloneDatabase - already droping tables in internal function, removed duplicate action
* DatabaseOracle - stopped ignoring "temporary" parameter
* added two parameters to phpunit (use-normal-tables & reuse-db), default actions stay the same
* with reuse-db oracle phpunit test run on oracle down to 1m 20s ;)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/102652
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/96370
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89150
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88816
|
|
|
|
|
|
|
|
|
|
|
| |
It is now duplicateTableStructure() duty to addIdentifierQuotes() them.
Fixed bug for mysql < 4.1 where the new name would be quoted twice.
Always quote identifier in Oracle, doing otherwise seems a bug (can someone confirm?)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/85906
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/84371
|
|
|
|
|
|
|
| |
MySQL break. Fixing MySQL again, hoping that SQLite works too. :)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79371
|
|
|
|
|
|
|
| |
now static to allow for external classes to change it.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The table to drop is the NEW one, the one that is going to be recreated.
Sure, the prefix was changed, which means that we need just the table base.
The r79314 behavior was to perform the following:
DROP /* CloneDatabase::cloneTableStructure */ TABLE IF EXISTS `archive`
CREATE /* DatabaseMysql::duplicateTableStructure */ TEMPORARY TABLE `unittest_archive` (LIKE `archive`)
Luckily, it failed there as it didn't find the table it had just dropped.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79337
|
|
|
|
|
|
|
| |
$oldTableName becomes $newTableName
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79314
|
|
|
|
|
|
|
|
| |
-Add $force option to wfSetVar
-More work on getting SQLite to work
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79272
|
|
|
|
|
|
|
| |
More parameter documentation to CloneDatabase
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79229
|
|
|
|
|
|
|
| |
Add some function documentation
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79228
|
|
|
|
|
|
|
| |
to do cleanup
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79138
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79135
|
|
|
|
|
|
|
| |
rename back to original table prefix in destroyDatabase()
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79094
|
|
things other than the parser tests
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79093
|