mmm, Zend_Db_Adapter_Abstract tiene un método estático getProfiler ?, puedes hacer algo así:
Código PHP:
Ver originalprotected function _initDbFirebug()
{
$this->bootstrap('multidb');
$this->getResource('multidb')->getDefaultDb()->getProfiler()
->setEnabled(false);
}
Saludos.