Comment 1 for bug 1062684

Revision history for this message
Alexey Kopytov (akopytov) wrote :

This is a regression in 2.0.2 from the fix for bug #932623.

Verified with the following changes to ib_incremental.sh:

--- t/ib_incremental.sh 2012-08-20 13:07:20.000000000 +0400
+++ t/bug1062684.sh 2012-10-09 16:46:43.000000000 +0400
@@ -1,8 +1,11 @@
 . inc/common.sh

-start_server --innodb_file_per_table
+start_server --innodb_file_per_table --innodb-data-file-path="ibdata1:10M;ibdata2:5M:autoextend" --innodb_log_file_size=1048576
 load_dbase_schema incremental_sample

+echo "innodb-data-file-path=ibdata1:10M;ibdata2:5M:autoextend" >>$topdir/my.cnf
+echo "innodb_log_file_size=1048576" >> $topdir/my.cnf
+
 # Adding initial rows
 vlog "Adding initial rows to database..."
 numrow=100