List:Commits« Previous MessageNext Message »
From:guilhem Date:April 12 2006 10:55am
Subject:bk commit into 5.1 tree (guilhem:1.2328)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of guilhem. When guilhem does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2328 06/04/12 10:55:26 guilhem@stripped +1 -0
  mysql-test-run.pl now creates an innodb data file of 10M:autoextend instead of
128M:autoextend.
  This is faster under gdb/valgrind (this should speed up work of people who have to run
  a simple test 50 times to do debugging). Running without --big, which is the default,
InnoDB tests
  take at most 18MB so 128 was overkill. Running with --big, InnoDB tests take 450MB so
128
  was not enough anyway.

  mysql-test/mysql-test-run.pl
    1.100 06/04/12 10:55:21 guilhem@stripped +1 -1
    10M is faster to create than 128M (especially under gdb or valgrind) and is enough for
most tests.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	guilhem
# Host:	gbichot3.local
# Root:	/home/mysql_src/mysql-5.1-new

--- 1.99/mysql-test/mysql-test-run.pl	2006-04-11 09:53:49 +02:00
+++ 1.100/mysql-test/mysql-test-run.pl	2006-04-12 10:55:21 +02:00
@@ -2561,7 +2561,7 @@
     mtr_add_arg($args, "%s--server-id=%d", $prefix, $id);
     mtr_add_arg($args, "%s--socket=%s", $prefix,
                 $master->[$idx]->{'path_mysock'});
-    mtr_add_arg($args, "%s--innodb_data_file_path=ibdata1:128M:autoextend", $prefix);
+    mtr_add_arg($args, "%s--innodb_data_file_path=ibdata1:10M:autoextend", $prefix);
     mtr_add_arg($args, "%s--local-infile", $prefix);
     mtr_add_arg($args, "%s--datadir=%s", $prefix,
                 $master->[$idx]->{'path_myddir'});
Thread
bk commit into 5.1 tree (guilhem:1.2328)guilhem12 Apr