~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Vijay Samuel
  • Date: 2010-08-20 02:23:54 UTC
  • mfrom: (1720.1.4 build)
  • mto: (1726.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1727.
  • Revision ID: vijay@vijay-20100820022354-sxunltk8q3nb8ld2
Merge removed the drizzled/option.h include from client_priv.h and archive_reader.

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 WHERE auto != 100000;
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 blob) engine=archive;
11447
11447
insert into t1 set a='';