~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
create schema everything;
 
2
use everything;
2
3
DROP TABLE IF EXISTS `branch`;
3
4
Warnings:
4
5
Note    1051    Unknown table 'branch'
336
337
PRIMARY KEY  (`workspace_id`)
337
338
) ;
338
339
show tables;
339
 
Tables_in_test
 
340
Tables_in_everything
340
341
branch
341
342
container
342
343
document