# File lib/innodb/undo_log.rb, line 15
  def size_header
    8 + 8 + 2 + 2 + 1 + 1 + 8 + 2 + 2 + Innodb::List::NODE_SIZE + size_xa_header
  end