~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:19:56 UTC
  • mfrom: (1116.1.3 stewart)
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090818071956-nfpoe9rp3i7p50kx
Merge my branch from Stewart into one branch

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='';