https://bugzilla.wikimedia.org/show_bug.cgi?id=64043

Ryan Schmidt <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1

--- Comment #4 from Ryan Schmidt <[email protected]> ---
Leaving it at the default value of 'mediawiki' actually broke MySQL, SQLite,
and all other DBMSes that did not use a schema after making the changes needed
to support MSSQL, which is why the default changed to null. The Postgres
installer explicitly adds $wgDBmwschema to LocalSettings.php, and has been
doing so since version 1.7 (released over 8 years ago). Since it can be
reasonably expected for this variable to be present in LocalSettings.php,
modifying the default value shouldn't break any existing wikis. Wikis that have
explicitly removed this setting should add it back to LocalSettings.php.

I'll look into the CLI installer to see what it's doing later today, from a
cursory glance it appears that you can explicitly pass --dbschema to the
installer to set the default schema as a workaround. What is likely is that
I'll end up hardcoding "mediawiki" as a default schema in the CLI installer in
the event that it isn't given one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to