~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb_mysql.result

  • Committer: Brian Aker
  • Date: 2009-02-18 01:52:47 UTC
  • mfrom: (873.2.35 devel)
  • Revision ID: brian@tangent.org-20090218015247-1hjai6kkwuife5zs
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
show create table t1;
490
490
Table   Create Table
491
491
t1      CREATE TABLE `t1` (
492
 
  `a` int
 
492
  `a` int DEFAULT NULL
493
493
) ENGINE=InnoDB COMMENT='123'
494
494
drop table t1;
495
495
CREATE TABLE t1 (a CHAR(2), KEY (a)) ENGINE = InnoDB;