~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/r/table_name_dictionary.result

  • Committer: Brian Aker
  • Date: 2010-05-22 04:24:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1561.
  • Revision ID: brian@gaz-20100522042442-gvf93td6ggclyzvl
First pass on a table function to see the contents of Innodb's
data_dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
select count(*) from data_dictionary.INNODB_INTERNAL_TABLES;
 
2
count(*)
 
3
2