~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/lowercase_fs_off.test

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
connection sample;
12
12
select database();
13
13
create database d2;
14
 
--error ER_DB_CREATE_EXISTS
 
14
--error 1007
15
15
create database D1;
16
16
drop database d2;
17
17
disconnect sample;