Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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, 2006-08-10 11:33:59+02:00, andrey@stripped +1 -0
after merge update
mysql-test/r/sp.result@stripped, 2006-08-10 11:33:54+02:00, andrey@stripped +7 -0
after merge update
# 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: andrey
# Host: example.com
# Root: /work/mysql-5.1-runtime
--- 1.215/mysql-test/r/sp.result 2006-08-10 11:34:10 +02:00
+++ 1.216/mysql-test/r/sp.result 2006-08-10 11:34:10 +02:00
@@ -3620,11 +3620,18 @@
drop procedure bug11333|
drop table t3|
drop function if exists bug9048|
+create function bug9048(f1 char binary) returns char
+begin
+set f1= concat( 'hello', f1 );
+return f1;
+end|
+drop function bug9048|
create function bug9048(f1 char binary) returns char binary
begin
set f1= concat( 'hello', f1 );
return f1;
end|
+ERROR 42000: This version of MySQL doesn't yet support 'return value collation'
drop procedure if exists bug12849_1|
create procedure bug12849_1(inout x char) select x into x|
set @var='a'|
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2271) | ahristov | 10 Aug |