/** Calling a stored routine with a BLOB larger than max_allowed_packet bytes is not possible.
  *
  * @expectedException RuntimeException
  */
 public function xtest3()
 {
     $this->crc32WithStoredRoutine(1.05 * DataLayer::getMaxAllowedPacket());
 }