# File lib/innodb/data_dictionary.rb, line 409
  def table_by_space_id(space_id)
    object_by_field(:each_table,
                    "SPACE", space_id)
  end