~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/varbinary.result

  • Committer: Monty Taylor
  • Date: 2009-03-31 18:02:35 UTC
  • mfrom: (942.3.1 drizzle)
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090331180235-ubjt5enwgnke1inf
Merged from Vladimir.

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;