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.
DatabaseSchema::getPrefixInfo()
protected $defaultSchema = 'public';