In the end of getAllIds() of Mage_Core_Model_Resource_Db_Collection_Abstract, it is: (line 499) return $this->getConnection()->fetchCol($idsSelect); Why isn't it the following: return $this->getConnection()->fetchCol($idsSelect, $this->_bindParams);