• vasil's avatar
    branches/zip: · 5754e70e
    vasil authored
    At the end of innodb-index.test: restore the environment as it was before
    the test was started to silence this warning:
    
      MTR's internal check of the test case 'main.innodb-index' failed.
      This means that the test case does not preserve the state that existed
      before the test case was executed.  Most likely the test case did not
      do a proper clean-up.
      This is the diff of the states of the servers before and after the
      test case was executed:
      mysqltest: Logging to '/tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.log'.
      mysqltest: Results saved in '/tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.result'.
      mysqltest: Connecting to server localhost:13000 (socket /tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/mysqld.1.sock) as 'root', connection 'default', attempt 0 ...
      mysqltest: ... Connected.
      mysqltest: Start processing test commands from './include/check-testcase.test' ...
      mysqltest: ... Done processing test commands.
      --- /tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.result	2009-11-17 13:10:40.000000000 +0300
      +++ /tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.reject	2009-11-17 13:10:54.000000000 +0300
      @@ -84,7 +84,7 @@
       INNODB_DOUBLEWRITE	ON
       INNODB_FAST_SHUTDOWN	1
       INNODB_FILE_FORMAT	Antelope
      -INNODB_FILE_FORMAT_CHECK	Antelope
      +INNODB_FILE_FORMAT_CHECK	Barracuda
       INNODB_FILE_PER_TABLE	OFF
       INNODB_FLUSH_LOG_AT_TRX_COMMIT	1
       INNODB_FLUSH_METHOD	
      
      mysqltest: Result content mismatch
      
      not ok
    5754e70e
innodb-index.test 17.3 KB