# File lib/innodb/log_block.rb, line 78
  def trailer
    @trailer ||= cursor(TRAILER_OFFSET).name("trailer") do |c|
      {
        :checksum => c.name("checksum") { c.get_uint32 },
      }
    end
  end