List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:April 16 2007 8:25am
Subject:bk commit into 5.1-falcon tree (hakank:1.2601)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1-falcon repository of hakan. When hakan 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, 2007-04-16 10:25:02+02:00, hakank@stripped +1 -0
  Found new seed number which crashes Falcon.

  mysql-test/t/falcon_bug_26433.test@stripped, 2007-04-16 10:25:00+02:00, hakank@stripped +2 -1
    Found new seed number which crashes Falcon.

# 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:	hakank
# Host:	lu0011.wdf.sap.corp
# Root:	/home/hakan/work/mysql/mysql-5.1-falcon

--- 1.2/mysql-test/t/falcon_bug_26433.test	2007-02-19 12:16:23 +01:00
+++ 1.3/mysql-test/t/falcon_bug_26433.test	2007-04-16 10:25:00 +02:00
@@ -9,7 +9,8 @@
 --enable_warnings
 
 # Seed for rand() to get more predictable code path.
-SET @a = 707;
+# Seed of 707 passes now.
+SET @a = 909;
 
 DELIMITER //;
 CREATE PROCEDURE p1 ()
Thread
bk commit into 5.1-falcon tree (hakank:1.2601)Hakan Kuecuekyilmaz16 Apr