~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/r/innodb_cmpmem_reset.result

  • Committer: LinuxJedi
  • Date: 2010-09-02 18:35:05 UTC
  • mto: (1748.1.1 build) (1749.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1749.
  • Revision ID: linuxjedi@linuxjedi-laptop-20100902183505-prmerskm11dt1teh
Alter many test cases for the new SHOW CREATE TABLE output

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
show create table INNODB_CMPMEM_RESET;
13
13
Table   Create Table
14
14
INNODB_CMPMEM_RESET     CREATE TABLE `INNODB_CMPMEM_RESET` (
15
 
  `PAGE_SIZE` bigint NOT NULL,
16
 
  `PAGES_USED` bigint NOT NULL,
17
 
  `PAGES_FREE` bigint NOT NULL,
18
 
  `RELOCATION_OPS` bigint NOT NULL,
19
 
  `RELOCATION_TIME` bigint NOT NULL
 
15
  `PAGE_SIZE` BIGINT NOT NULL,
 
16
  `PAGES_USED` BIGINT NOT NULL,
 
17
  `PAGES_FREE` BIGINT NOT NULL,
 
18
  `RELOCATION_OPS` BIGINT NOT NULL,
 
19
  `RELOCATION_TIME` BIGINT NOT NULL
20
20
) ENGINE=FunctionEngine COLLATE = utf8_general_ci