~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Andrew Hutchings
  • Date: 2010-09-08 19:03:09 UTC
  • mfrom: (1750 staging)
  • mto: (1750.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1751.
  • Revision ID: andrew@linuxjedi.co.uk-20100908190309-mya1nu7xvo1fpvk8
Merge trunk into branch

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