# File lib/innodb/page/index.rb, line 529
  def record_fields
    if record_format
      record_format.values_at(:key, :sys, :row).flatten.sort_by {|f| f.position}
    end
  end