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-7.x/includes/database/schema.inc, line 182
Generic Database schema code.

Class

DatabaseSchema

Code

protected $defaultSchema = 'public';