~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: 2011-01-26 08:00:35 UTC
  • mfrom: (2114.3.3 catalogs)
  • Revision ID: brian@tangent.org-20110126080035-krymgerw0zyj3ul1
Merge in fix for show schemas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
0
11
11
SELECT SCHEMA_NAME  FROM schemas ORDER BY SCHEMA_NAME;
12
12
SCHEMA_NAME
13
 
data_dictionary
14
 
information_schema
 
13
DATA_DICTIONARY
 
14
INFORMATION_SCHEMA
15
15
mysql
16
16
test
17
17
SELECT COLUMN_NAME  FROM columns;