# File lib/innodb/page/index.rb, line 765
  def min_record
    min = record(infimum.next)
    min if min != supremum
  end