~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.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:
365
365
SELECT SCHEMA_NAME FROM data_dictionary.schemas
366
366
WHERE SCHEMA_NAME ='data_dictionary';
367
367
SCHEMA_NAME
368
 
data_dictionary
 
368
DATA_DICTIONARY
369
369
SELECT TABLE_COLLATION FROM data_dictionary.tables
370
370
WHERE TABLE_SCHEMA='mysql' and TABLE_NAME= 'db';
371
371
TABLE_COLLATION