~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/lowercase_fs_off.result

  • Committer: Brian Aker
  • Date: 2008-12-16 17:34:59 UTC
  • Revision ID: brian@tangent.org-20081216173459-hv03k5h8qlf3a60z
Fixed later test (and hardened test).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
create database d2;
6
6
create database D1;
7
7
ERROR HY000: Can't create database 'd1'; database exists
8
 
drop database if exists d1;
 
8
drop database d2;
 
9
drop database d1;