List:Commits« Previous MessageNext Message »
From:klewis Date:March 27 2008 5:50pm
Subject:bk commit into 6.0 tree (klewis:1.2611)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of klewis.  When klewis 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, 2008-03-27 11:50:16-05:00, klewis@klewis-mysql. +2 -0
  Shorten falcon_bug_34890.test so that it does not timeout on pushbuild.

  mysql-test/suite/falcon/r/falcon_bug_34890.result@stripped, 2008-03-27 11:49:58-05:00,
klewis@klewis-mysql. +1 -1
    Shorten the test so that it does not timeout on pushbuild.

  mysql-test/suite/falcon/t/falcon_bug_34890.test@stripped, 2008-03-27 11:50:04-05:00,
klewis@klewis-mysql. +1 -1
    Shorten the test so that it does not timeout on pushbuild.

diff -Nrup a/mysql-test/suite/falcon/r/falcon_bug_34890.result
b/mysql-test/suite/falcon/r/falcon_bug_34890.result
--- a/mysql-test/suite/falcon/r/falcon_bug_34890.result	2008-03-27 01:27:35 -05:00
+++ b/mysql-test/suite/falcon/r/falcon_bug_34890.result	2008-03-27 11:49:58 -05:00
@@ -22,7 +22,7 @@ begin
 DECLARE my_count INT DEFAULT 0;
 DECLARE my_uuid CHAR(36) DEFAULT 0;
 SET FALCON_CONSISTENT_READ=OFF;
-while my_count < 5000 do
+while my_count < 1000 do
 SET my_uuid = UUID();
 INSERT INTO t1 (t1_uuid) VALUES (my_uuid);
 DELETE FROM t1 WHERE t1_uuid IN (my_uuid);
diff -Nrup a/mysql-test/suite/falcon/t/falcon_bug_34890.test
b/mysql-test/suite/falcon/t/falcon_bug_34890.test
--- a/mysql-test/suite/falcon/t/falcon_bug_34890.test	2008-03-27 01:27:41 -05:00
+++ b/mysql-test/suite/falcon/t/falcon_bug_34890.test	2008-03-27 11:50:04 -05:00
@@ -52,7 +52,7 @@ begin
   DECLARE my_count INT DEFAULT 0;
   DECLARE my_uuid CHAR(36) DEFAULT 0;
   SET FALCON_CONSISTENT_READ=OFF;
-  while my_count < 5000 do
+  while my_count < 1000 do
     SET my_uuid = UUID();
     INSERT INTO t1 (t1_uuid) VALUES (my_uuid);
     DELETE FROM t1 WHERE t1_uuid IN (my_uuid);
Thread
bk commit into 6.0 tree (klewis:1.2611)klewis27 Mar