~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drop.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:
46
46
create database mysqltest;
47
47
show databases;
48
48
Database
49
 
data_dictionary
50
 
information_schema
 
49
DATA_DICTIONARY
 
50
INFORMATION_SCHEMA
51
51
mysql
52
52
mysqltest
53
53
test
58
58
drop database mysqltest;
59
59
show databases;
60
60
Database
61
 
data_dictionary
62
 
information_schema
 
61
DATA_DICTIONARY
 
62
INFORMATION_SCHEMA
63
63
mysql
64
64
test
65
65
drop database mysqltest;