~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/r/innodb_cmp.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:
8
8
16384   0       0       0       0       0
9
9
show create table INNODB_CMP;
10
10
Table   Create Table
11
 
INNODB_CMP      CREATE TABLE `innodb_cmp` (
 
11
INNODB_CMP      CREATE TABLE `INNODB_CMP` (
12
12
  `PAGE_SIZE` bigint NOT NULL,
13
13
  `COMPRESS_OPS` bigint NOT NULL,
14
14
  `COMPRESS_OPS_OK` bigint NOT NULL,
15
15
  `COMPRESS_TIME` bigint NOT NULL,
16
16
  `UNCOMPRESS_OPS` bigint NOT NULL,
17
17
  `UNCOMPRESS_TIME` bigint NOT NULL
18
 
) ENGINE=FunctionEngine
 
18
) ENGINE=FunctionEngine COLLATE = utf8_general_ci