List:Commits« Previous MessageNext Message »
From:msvensson Date:October 2 2006 8:07am
Subject:bk commit into 5.1 tree (msvensson:1.2332)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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@stripped, 2006-10-02 10:07:46+02:00, msvensson@neptunus.(none) +1 -0
  Don't run crash_commit_before under valgrind

  mysql-test/t/crash_commit_before.test@stripped, 2006-10-02 10:07:44+02:00, msvensson@neptunus.(none) +5 -0
    Don't run crash_commit_before under valgrind

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/work/my51-work

--- 1.2/mysql-test/t/crash_commit_before.test	2006-10-02 10:07:52 +02:00
+++ 1.3/mysql-test/t/crash_commit_before.test	2006-10-02 10:07:52 +02:00
@@ -1,4 +1,9 @@
+# Don't test this under valgrind, memory leaks will occur
+--source include/not_valgrind.inc
+
+# Binary must be compiled with debug for crash to occur
 --source include/have_debug.inc
+
 --source include/have_innodb.inc
 
 CREATE TABLE t1(a int) engine=innodb;
Thread
bk commit into 5.1 tree (msvensson:1.2332)msvensson2 Oct