~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Drizzle's data dictionary.
2
2
 
3
 
CREATE SCHEMA data_dictionary;
4
 
 
5
3
use data_dictionary;
6
4
 
7
5
--replace_column 1 #
51
49
select * from data_dictionary.LOCAL_TABLE_NAMES;
52
50
 
53
51
DROP SCHEMA A;
54
 
DROP SCHEMA data_dictionary;