~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/t/innodb_cmpmem_reset.test

  • Committer: Brian Aker
  • Date: 2010-03-24 19:45:37 UTC
  • mfrom: (1377.3.20 pandora-build)
  • Revision ID: brian@gaz-20100324194537-hf3tpibznhozvwl1
Merge monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
use data_dictionary;
2
2
 
3
 
select * from INNODB_CMPMEM_RESET;
 
3
# Add in the qualification because there is an extra row on 32-bit for
 
4
#  PAGE_SIZE==64. But we don't care about that.
 
5
select * from INNODB_CMPMEM_RESET where PAGE_SIZE > 64;
4
6
 
5
7
show create table INNODB_CMPMEM_RESET;