# File lib/innodb/page/index.rb, line 109
  def size_mum_record_header_additional
    case page_header[:format]
    when :compact
      0 # No additional data is stored in compact format.
    when :redundant
      1 # A 1-byte offset for 1 field is stored in redundant format.
    end
  end