List:Internals« Previous MessageNext Message »
From:Petr Chardin Date:September 13 2005 1:05pm
Subject:bk commit into 5.0 tree (petr:1.1949)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cps. When cps 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.1949 05/09/13 17:05:17 petr@stripped +2 -0
  Merge pchardin@stripped:/home/bk/mysql-5.0
  into  mysql.com:/home/cps/mysql/trees/mysql-5.0

  mysql-test/t/sp.test
    1.147 05/09/13 17:05:08 petr@stripped +14 -15
    manual merge

  mysql-test/r/sp.result
    1.152 05/09/13 17:05:08 petr@stripped +8 -8
    manual merge

# 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:	petr
# Host:	owlet.
# Root:	/home/cps/mysql/trees/mysql-5.0/RESYNC

--- 1.151/mysql-test/r/sp.result	2005-09-13 14:50:11 +04:00
+++ 1.152/mysql-test/r/sp.result	2005-09-13 17:05:08 +04:00
@@ -3264,4 +3264,12 @@
 NULL
 drop procedure bug131333|
 drop function bug131333|
+drop procedure if exists bug13124|
+create procedure bug13124()
+begin
+declare y integer;
+set @x=y;
+end|
+call bug13124()|
+drop procedure  bug13124|
 drop table t1,t2;

--- 1.146/mysql-test/t/sp.test	2005-09-13 14:50:11 +04:00
+++ 1.147/mysql-test/t/sp.test	2005-09-13 17:05:08 +04:00
@@ -4107,6 +4107,20 @@
 drop procedure bug131333|
 drop function bug131333|
 
+#
+# Bug #13124    Stored Procedure using SELECT INTO crashes server
+#
+
+--disable_warnings
+drop procedure if exists bug13124|
+--enable_warnings
+create procedure bug13124()
+begin
+  declare y integer;
+  set @x=y;
+end|
+call bug13124()|
+drop procedure  bug13124|
 
 #
 # BUG#NNNN: New bug synopsis
Thread
bk commit into 5.0 tree (petr:1.1949)Petr Chardin13 Sep