~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/schema.result

  • Committer: Brian Aker
  • Date: 2010-03-31 19:14:14 UTC
  • Revision ID: brian@gaz-20100331191414-9yv44mmpvf0tb7l1
Updated to use show schemas specific table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
foo     CREATE DATABASE `foo` COLLATE = utf8_general_ci
6
6
show schemas;
7
7
Database
8
 
data_dictionary
 
8
DATA_DICTIONARY
9
9
foo
10
 
information_schema
 
10
INFORMATION_SCHEMA
11
11
mysql
12
12
test
13
13
drop schema foo;