mediawiki/percona-db

An extension that enables the percona DB

Installs: 90

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 6

Open Issues: 1

Type:mediawiki-extension

1.1.3 2021-10-25 19:53 UTC

This package is auto-updated.

Last update: 2024-04-06 22:11:18 UTC


README

You must set the environment variable MW_INSTALL_PATH to your mediawiki root to use this extension.

In order to install on a Percona DB this extension tells composer how to autoload it. This is necessary so that when you specify “percona” as the db type during installation, it can find the right db driver. It also allows MediaWiki to use $wgDBtype to find the provided DatabasePercona class.

Because of this bootstrapping, composer’s autoloader needs to be able to use MediaWiki’s autoloader and we make it available by loading $MW_INSTALL_PATH/includes/AutoLoader.php.