~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/archive.result

  • Committer: Brian Aker
  • Date: 2009-08-18 07:20:29 UTC
  • mfrom: (1117.1.9 merge)
  • Revision ID: brian@gaz-20090818072029-s9ch5lcmltxwidn7
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
11447
11447
  `b` blob,
11448
11448
  `c` int DEFAULT NULL,
11449
11449
  KEY `a` (`a`)
11450
 
) ENGINE=ARCHIVE AUTO_INCREMENT=36
 
11450
) ENGINE=ARCHIVE
11451
11451
DROP TABLE t1, t2, t4, t5, t6;
11452
11452
create table t1(a blob) engine=archive;
11453
11453
insert into t1 set a='';