~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-17 23:45:58 UTC
  • mfrom: (2088.1.9 drizzle-build)
  • Revision ID: brian@tangent.org-20110117234558-r31p0qmk0d7865to
Rolls back patch on Inno/static build. Also removes experimental plugins
from test runs by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
use data_dictionary;
2
2
select * from INNODB_CMPMEM_RESET where PAGE_SIZE > 64;
3
3
BUF_POOL        PAGE_SIZE       PAGES_USED      PAGES_FREE      RELOCATION_OPS  RELOCATION_TIME
4
 
0       128     0       0       #       0
5
 
0       256     0       0       #       0
6
 
0       512     0       0       #       0
7
 
0       1024    0       0       #       0
8
 
0       2048    0       0       #       0
9
 
0       4096    0       0       #       0
10
 
0       8192    0       0       #       0
11
 
0       16384   0       0       #       0
 
4
0       128     0       0       0       0
 
5
0       256     0       0       0       0
 
6
0       512     0       0       0       0
 
7
0       1024    0       0       0       0
 
8
0       2048    0       0       0       0
 
9
0       4096    0       0       0       0
 
10
0       8192    0       0       0       0
 
11
0       16384   0       0       0       0
12
12
show create table INNODB_CMPMEM_RESET;
13
13
Table   Create Table
14
14
INNODB_CMPMEM_RESET     CREATE TABLE `INNODB_CMPMEM_RESET` (