# File lib/innodb/data_dictionary.rb, line 403 def table_by_name(table_name) object_by_field(:each_table, "NAME", table_name) end