~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/varbinary.result

  • Committer: Brian Aker
  • Date: 2009-02-10 07:41:56 UTC
  • mfrom: (869.1.4 nofrm)
  • Revision ID: brian@tangent.org-20090210074156-odet0w9ncaozctgh
Merging Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
1       2
25
25
drop table t1;
26
26
show create table t1;
27
 
ERROR HY000: Incorrect information in file: './test/t1.frm'
 
27
ERROR 42S02: Table 'test.t1' doesn't exist
28
28
drop table t1;
29
29
create table t1(a varbinary(255));
30
30
insert into t1 values("aaa   ");