# File lib/innodb/space.rb, line 493 def type_for_page(page, page_status) page_status[:free] ? "FREE (#{page.type})" : page.type end