~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/tests/r/archive_aio_posix.result

  • Committer: Patrick Crews
  • Date: 2010-08-19 23:23:15 UTC
  • mfrom: (1720.1.3 build)
  • Revision ID: gleebix@gmail.com-20100819232315-xcpbkwc5vz7kjhrp
Rollup patch - stewart's show create table patch + a couple of fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9920
9920
  `fld3` varchar(30) NOT NULL DEFAULT '',
9921
9921
  `fld4` varchar(35) NOT NULL DEFAULT '',
9922
9922
  `fld5` varchar(35) NOT NULL DEFAULT ''
9923
 
) ENGINE=ARCHIVE
 
9923
) ENGINE=ARCHIVE COLLATE = utf8_general_ci
9924
9924
SELECT * FROM t2;
9925
9925
auto    fld1    companynr       fld3    fld4    fld5
9926
9926
1       1       0       Omaha   teethe  neat
11441
11441
  `b` blob,
11442
11442
  `c` int DEFAULT NULL,
11443
11443
  KEY `a` (`a`)
11444
 
) ENGINE=ARCHIVE
 
11444
) ENGINE=ARCHIVE COLLATE = utf8_general_ci
11445
11445
DROP TABLE t1, t2, t4, t5, t6;
11446
11446
create table t1(a longblob) engine=archive;
11447
11447
insert into t1 set a='';