protected function benchmarkQuery($sql, $callback)
 {
     // Clear the last statement
     $this->setLastStatement(null);
     return parent::benchmarkQuery($sql, $callback);
 }