# File lib/innodb/page/undo_log.rb, line 16
  def size_undo_segment_header
    2 + 2 + Innodb::FsegEntry::SIZE + Innodb::List::BASE_NODE_SIZE
  end