MediaWiki master
patchSql.php File Reference

Manually run an SQL patch outside of the general updaters. More...

Go to the source code of this file.

Classes

class  PatchSql
 Maintenance script that manually runs an SQL patch outside of the general updaters. More...
 

Variables

 $maintClass = PatchSql::class
 

Detailed Description

Manually run an SQL patch outside of the general updaters.

This ensures that the DB options (charset, prefix, engine) are correctly set.

Note
GPL-2.0-or-later

Definition in file patchSql.php.

Variable Documentation

◆ $maintClass

$maintClass = PatchSql::class

Definition at line 62 of file patchSql.php.