~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tests/t/data_dictionary.test

  • Committer: Andrew Hutchings
  • Date: 2011-03-18 16:53:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2243.
  • Revision ID: andrew@linuxjedi.co.uk-20110318165327-a11z8fgw99i8s93o
Make SHOW CREATE TABLE error if table doesn't exist

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
show create table COLUMNS ;
28
28
show create table INDEXES ;
29
29
show create table INDEX_PARTS ;
 
30
--error ER_BAD_TABLE_ERROR
30
31
show create table REFERENTIAL_CONSTRAINTS ;
31
32
show create table SCHEMAS ;
32
33
show create table TABLES ;