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
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 file_per_ table --innodb- data-file- path="ibdata1: 10M;ibdata2: 5M:autoextend" --innodb_ log_file_ size=1048576
+start_server --innodb_
load_dbase_schema incremental_sample
+echo "innodb- data-file- path=ibdata1: 10M;ibdata2: 5M:autoextend" >>$topdir/my.cnf log_file_ size=1048576" >> $topdir/my.cnf
+echo "innodb_
+
# Adding initial rows
vlog "Adding initial rows to database..."
numrow=100