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.
Type: string
See also
DatabaseSchema::getPrefixInfo()
File
- core/
includes/ database/ schema.inc, line 188  - Generic Database schema code.
 
Class
- DatabaseSchema
 - Base class for database schema definitions.
 
Code
protected $defaultSchema = 'public';