~jobinau/drizzle/bug_654164

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-11-26 22:50:54 UTC
  • mfrom: (1953.1.6 build)
  • Revision ID: mordred@inaugust.com-20101126225054-sg90svw8579t5p3i
Stewart - InnoDB 1.1.1
Monty - Fixed some autoconf tests which were returning false positives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
use data_dictionary;
2
 
select * from INNODB_CMP;
3
 
PAGE_SIZE       COMPRESS_OPS    COMPRESS_OPS_OK COMPRESS_TIME   UNCOMPRESS_OPS  UNCOMPRESS_TIME
4
 
1024    0       0       0       0       0
5
 
2048    0       0       0       0       0
6
 
4096    0       0       0       0       0
7
 
8192    0       0       0       0       0
8
 
16384   0       0       0       0       0
 
2
select PAGE_SIZE from INNODB_CMP;
 
3
PAGE_SIZE
 
4
1024
 
5
2048
 
6
4096
 
7
8192
 
8
16384
9
9
show create table INNODB_CMP;
10
10
Table   Create Table
11
11
INNODB_CMP      CREATE TABLE `INNODB_CMP` (