Fix for r72150: rename getSchema() to getSchemaPath(). This terminology creates an...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 20 Jun 2011 07:16:09 +0000 (07:16 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 20 Jun 2011 07:16:09 +0000 (07:16 +0000)
commit88e8af820c1f65dda4b2013b33a6eec09e6f3c0f
treed9e7de72deb013a72394041d52b8d1a09fcde355
parent8371ede86b9bb31efe7b8b77869329bcec0b48ac
Fix for r72150: rename getSchema() to getSchemaPath(). This terminology creates an unfortunate and potentially confusing conflict with the PostgreSQL usage of the term. At some point in the future I'd like to have a getSchema() that gives you the PostgreSQL schema name ($wgDBmwschema). Strictly speaking, tables.sql is not a schema, it's an SQL file that creates a schema.
includes/db/Database.php
includes/installer/DatabaseInstaller.php
includes/installer/Ibm_db2Installer.php
includes/installer/PostgresInstaller.php