~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/data_dictionary_like_info.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:
326
326
SELECT SCHEMA_NAME FROM DATA_DICTIONARY.SCHEMAS
327
327
WHERE SCHEMA_NAME ='data_dictionary';
328
328
SCHEMA_NAME
329
 
data_dictionary
 
329
DATA_DICTIONARY
330
330
SELECT TABLE_COLLATION FROM DATA_DICTIONARY.TABLES
331
331
WHERE TABLE_SCHEMA='mysql' and TABLE_NAME= 'db';
332
332
TABLE_COLLATION