Ejemplo n.º 1
0
 public function doQuery()
 {
     // Workaround MySQL optimizer bug
     $this->mDb->setBigSelects();
     parent::doQuery();
     $this->mDb->setBigSelects('default');
 }