Commit 08d2ea52 authored by lenz@mysql.com's avatar lenz@mysql.com

- Fix for Do-compile: Enable InnoDB to autoextend the table space if

   necessary (required to actually pass the sql-bench without aborting
   with "table space full")
parent 5459505b
...@@ -321,7 +321,7 @@ if (!$opt_no_test) ...@@ -321,7 +321,7 @@ if (!$opt_no_test)
} }
if ($opt_innodb) if ($opt_innodb)
{ {
$extra.=" --innodb_data_file_path=ibdata1:100M"; $extra.=" --innodb_data_file_path=ibdata1:100M:autoextend";
} }
safe_system("./bin/mysqld --no-defaults --basedir . --datadir ./data --skip-locking $extra >> $log 2>&1 &"); safe_system("./bin/mysqld --no-defaults --basedir . --datadir ./data --skip-locking $extra >> $log 2>&1 &");
sleep(2); sleep(2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment