List:Internals« Previous MessageNext Message »
From:pem Date:July 6 2005 5:26pm
Subject:bk commit into 5.0 tree (pem:1.1888)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of pem. When pem 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.1888 05/07/06 16:56:38 pem@stripped +1 -0
  Updated sp.result

  mysql-test/r/sp.result
    1.133 05/07/06 16:56:32 pem@stripped +2 -2
    Updated test result.

# 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:	pem
# Host:	mysql.comhem.se
# Root:	/home/pem/work/mysql-5.0

--- 1.132/mysql-test/r/sp.result	2005-07-06 16:35:56 +02:00
+++ 1.133/mysql-test/r/sp.result	2005-07-06 16:56:32 +02:00
@@ -3113,7 +3113,7 @@
 l?bel: begin end
 set character set utf8|
 create procedure bug7088_1()
-label1: begin end|
+label1: begin end label1|
 create procedure bug7088_2()
 läbel1: begin end|
 call bug7088_1()|
@@ -3122,7 +3122,7 @@
 show create procedure bug7088_1|
 Procedure	sql_mode	Create Procedure
 bug7088_1		CREATE PROCEDURE `test`.`bug7088_1`()
-label1: begin end
+label1: begin end label1
 show create procedure bug7088_2|
 Procedure	sql_mode	Create Procedure
 bug7088_2		CREATE PROCEDURE `test`.`bug7088_2`()
Thread
bk commit into 5.0 tree (pem:1.1888)pem6 Jul