protected property DatabaseSchema::$defaultSchema

Definition of prefixInfo array structure.

Rather than redefining DatabaseSchema::getPrefixInfo() for each driver, by defining the defaultSchema variable only MySQL has to re-write the method.

See also

DatabaseSchema::getPrefixInfo()

File

drupal/includes/database/schema.inc, line 188

Class

DatabaseSchema
Base class for database schema definitions.

Code

protected $defaultSchema = 'public';