aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updateCollation.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-7/+7
* updateCollation: Minor cleanupReedy2024-03-021-21/+16
* updateCollation: Explicitly cast $scale to intReedy2024-03-021-1/+1
* updateCollation: Fix output of spacing textReedy2024-01-301-1/+1
* Merge "updateCollation: Simplify and redo how batching works"jenkins-bot2024-01-231-79/+15
|\
| * updateCollation: Simplify and redo how batching worksAmir Sarabadani2024-01-221-79/+15
* | maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* | maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
|/
* Migrate remaining Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-12-221-1/+5
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-19/+16
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace usages of MWExceptionDaimona Eaytoy2023-01-291-1/+1
* SQLPlatform: Introduce buildComparison()Bartosz Dziewoński2022-09-101-17/+5
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+2
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* maintenance: Add table copying feature to updateCollation.phpTim Starling2022-01-201-85/+221
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* collation: Create CollationFactory serviceUmherirrender2021-09-041-2/+1
* Remove dead variables and functions and unneeded parenthesisUmherirrender2021-08-131-1/+0
* Prevent passing empty array to max()Ammarpad2021-07-261-0/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/Reedy2020-05-091-2/+2
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+1
* updateCollation.php: fix PHP errorOstrzyciel2020-02-251-4/+3
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-3/+3
* Use Maintenance::getConfig in some maintenance scriptsUmherirrender2019-09-011-5/+3
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-3/+2
* NamespaceInfo service to replace MWNamespaceAryeh Gregor2019-04-101-1/+3
* maintenance: Remove unused code from several maintenance scriptsThiemo Kreuz2019-03-031-1/+0
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-271-10/+2
* MWNamespace: Add getCategoryLinkType() methodKevin Israel2018-06-291-7/+1
* Remove wfWaitForSlaves when using Maintenance::commitTransactionUmherirrender2018-02-261-6/+0
* updateCollation.php: Improve --dry-run modeBartosz Dziewoński2018-02-151-4/+14
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+3
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Merge "Change "slave" => "replica DB" in /maintenance"jenkins-bot2016-09-061-2/+2
|\
| * Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-2/+2
* | Fixing dry-run logic in updateCollation.phpKaldari2016-08-291-2/+6
|/
* Merge "Make updateCollation wait for slaves every 500 (instead of 2000)"jenkins-bot2016-05-121-1/+1
|\
| * Make updateCollation wait for slaves every 500 (instead of 2000)Brian Wolff2016-05-121-1/+1
* | Merge "use slave for row estimate in updateCollation.php"jenkins-bot2016-05-111-2/+4
|\ \
| * | use slave for row estimate in updateCollation.phpBrian Wolff2016-05-101-2/+4
| |/
* / Use STRAIGHT_JOIN on updateCollation.php per jcrespoBrian Wolff2016-05-101-0/+1
|/
* Add -f as an alias of --force to cli args of updateCollation.phpBrian Wolff2016-04-261-1/+1