# File lib/innodb/page/inode.rb, line 27
  def inodes_per_page
    (size - pos_inode_array - 10) / Innodb::Inode::SIZE
  end