~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • 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
2
 
 
3
--disable_query_log
 
4
--disable_result_log
 
5
select * from INNODB_CMP_RESET;
 
6
--enable_result_log
 
7
--enable_query_log
3
8
select * from INNODB_CMP_RESET;
4
9
 
5
10
show create table INNODB_CMP_RESET;