# File lib/innodb/page/index.rb, line 522
  def record_format
    if record_describer
      @record_format ||= make_record_description()
    end
  end