Example #1
0
 /**
  * @return array
  */
 protected function getDefaultSchemaVars()
 {
     $vars = parent::getDefaultSchemaVars();
     $vars['wgDBTableOptions'] = str_replace('TYPE', 'ENGINE', $GLOBALS['wgDBTableOptions']);
     $vars['wgDBTableOptions'] = str_replace('CHARSET=mysql4', 'CHARSET=binary', $vars['wgDBTableOptions']);
     return $vars;
 }