List:Commits« Previous MessageNext Message »
From:Davi Arnaut Date:November 20 2007 8:45pm
Subject:bk commit into 5.1 tree (davi:1.2616)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of davi. When davi 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-11-20 17:45:49-02:00, davi@stripped +1 -0
  This issue was fixed in Bug 30904 which includes a similar test case.

  mysql-test/t/sp_notembedded.test@stripped, 2007-11-20 17:45:47-02:00, davi@stripped +1
-22
    Remove test case, it's not needed any more.

diff -Nrup a/mysql-test/t/sp_notembedded.test b/mysql-test/t/sp_notembedded.test
--- a/mysql-test/t/sp_notembedded.test	2007-09-05 15:02:59 -03:00
+++ b/mysql-test/t/sp_notembedded.test	2007-11-20 17:45:47 -02:00
@@ -45,27 +45,9 @@ call bug4902_2()|
 call bug4902_2()|
 drop procedure bug4902_2|
 
-
-# Disable until bug#17244 is fixed
---disable_parsing
 #
-# BUG#5278: Stored procedure packets out of order if SET PASSWORD.
+# BUG#3583: query cache doesn't work for stored procedures
 #
---disable_warnings
-drop function if exists bug5278|
---enable_warnings
-create function bug5278 () returns char
-begin
-  SET PASSWORD FOR 'bob'@'%.loc.gov' = PASSWORD('newpass');
-  return 'okay';
-end|
-
---error 1133
-select bug5278()|
---error 1133
-select bug5278()|
-drop function bug5278|
---enable_parsing
 
 --disable_warnings
 drop table if exists t1|
@@ -74,9 +56,6 @@ create table t1 (
 	id   char(16) not null default '',
         data int not null
 )|
-#
-# BUG#3583: query cache doesn't work for stored procedures
-#
 --disable_warnings
 drop procedure if exists bug3583|
 --enable_warnings
Thread
bk commit into 5.1 tree (davi:1.2616)Davi Arnaut20 Nov
  • Re: bk commit into 5.1 tree (davi:1.2616)Konstantin Osipov20 Nov