# File lib/active_record/vendor/mysql.rb, line 310 def list_tables(table=nil) real_query "show tables #{table}" @status = :STATUS_READY read_rows(1).flatten end