~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/tests/r/datadict_tables.result

  • Committer: Brian Aker
  • Date: 2010-11-09 17:12:40 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1922.
  • Revision ID: brian@tangent.org-20101109171240-9b7pvlxb68cany87
Check simple cache performance hit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
data_dictionary/haildb_table_definitions
83
83
explain select name from data_dictionary.haildb_sys_tables where name="SYS_FOREIGN";
84
84
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
85
 
1       SIMPLE  haildb_sys_tables       const   PRIMARY PRIMARY 195     const   #       Using index
 
85
1       SIMPLE  haildb_sys_tables       const   PRIMARY,PRIMARY PRIMARY 195     const   #       Using index
86
86
select name from data_dictionary.haildb_sys_tables where name="SYS_FOREIGN";
87
87
name
88
88
SYS_FOREIGN