Page MenuHomePhabricator

When using existing DB user, grants aren't added to new tables
Closed, ResolvedPublic

Description

Per IRC discussion with Chad, if the DB user account already exists, the grants aren't added to the existing user

<^demon> if ( !$this->getVar( '_CreateDBAccount' ) ) {
<^demon> return Status::newGood();
<^demon> }


Version: unspecified
Severity: blocker

Details

Reference
bz28375

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 21 2014, 11:29 PM
bzimport set Reference to bz28375.

Stupid mistake from when I redid all of this. Should be quick to fix (we should grant unconditionally if $wgDBuser != _InstallUser)