/**
  * @throws BinLogException
  */
 private function serverInfo()
 {
     BinLogServerInfo::parsePackage($this->getPacket(false));
     BinLogServerInfo::parseVersion($this->repository->getVersion());
 }