~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/varbinary.result

  • Committer: Brian Aker
  • Date: 2009-04-01 01:25:04 UTC
  • mfrom: (968.2.27 mordred)
  • Revision ID: brian@tangent.org-20090401012504-mq9sxcmph5jc1fh6
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
Table   Create Table
45
45
table_28127_a   CREATE TABLE `table_28127_a` (
46
46
  `0b02` int DEFAULT NULL
47
 
) ENGINE=InnoDB
 
47
) ENGINE=DEFAULT
48
48
create table table_28127_b(0b2 int);
49
49
show create table table_28127_b;
50
50
Table   Create Table
51
51
table_28127_b   CREATE TABLE `table_28127_b` (
52
52
  `0b2` int DEFAULT NULL
53
 
) ENGINE=InnoDB
 
53
) ENGINE=DEFAULT
54
54
drop table table_28127_a;
55
55
drop table table_28127_b;