List:Commits« Previous MessageNext Message »
From:igor Date:May 14 2007 10:26pm
Subject:bk commit into 4.1 tree (igor:1.2656)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of igor. When igor 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-05-14 15:26:35-07:00, igor@stripped +2 -0
  Corrected the test case for bug 27937.

  mysql-test/r/ps.result@stripped, 2007-05-14 15:26:32-07:00, igor@stripped +1 -0
    Corrected the test case for bug 27937.
     

  mysql-test/t/ps.test@stripped, 2007-05-14 15:26:32-07:00, igor@stripped +1 -0
    Corrected the test case for bug 27937.

# 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:	igor
# Host:	olga.mysql.com
# Root:	/home/igor/dev-opt/mysql-4.1-opt-bug27937

--- 1.56/mysql-test/r/ps.result	2007-05-14 15:26:40 -07:00
+++ 1.57/mysql-test/r/ps.result	2007-05-14 15:26:40 -07:00
@@ -1107,5 +1107,6 @@
 11
 12
 13
+DEALLOCATE PREPARE st1;
 DROP TABLE t1;
 End of 4.1 tests.

--- 1.59/mysql-test/t/ps.test	2007-05-14 15:26:40 -07:00
+++ 1.60/mysql-test/t/ps.test	2007-05-14 15:26:40 -07:00
@@ -1143,6 +1143,7 @@
 EXECUTE st1;
 EXECUTE st1;
 
+DEALLOCATE PREPARE st1;
 DROP TABLE t1;
 
 --echo End of 4.1 tests.
Thread
bk commit into 4.1 tree (igor:1.2656)igor15 May