~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tests/r/data_dictionary.result

  • Committer: Brian Aker
  • Date: 2010-02-18 19:04:18 UTC
  • mto: (1273.19.13 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218190418-67b32w1l72uu2h6l
Fix test cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
SESSION_VARIABLES
368
368
TABLES
369
369
TABLE_CONSTRAINTS
370
 
CREATE SCHEMA drizzleslap;
371
 
DROP SCHEMA drizzleslap;
372
370
CREATE SCHEMA A;
373
371
use A;
374
372
create table A (a int);