# File lib/innodb/data_dictionary.rb, line 397
  def table_by_id(table_id)
    object_by_field(:each_table,
                    "ID", table_id)
  end