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

- 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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ if (!$opt_no_test)
  }
  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 &");
  sleep(2);