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.1995 06/01/20 08:32:22 pem@stripped +2 -0
Fix of fix for BUG#15866. (Actually change the fib() call in sp.test)
mysql-test/t/sp.test
1.172 06/01/20 08:32:18 pem@stripped +1 -1
Actually change the fib(20) into fib(10). (Doh!)
mysql-test/r/sp.result
1.183 06/01/20 08:32:18 pem@stripped +1 -11
Updated results.
# 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: pem.mysql.com
# Root: /extern/mysql/work/bug15866/mysql-5.0
--- 1.182/mysql-test/r/sp.result 2006-01-19 17:55:50 +01:00
+++ 1.183/mysql-test/r/sp.result 2006-01-20 08:32:18 +01:00
@@ -1357,7 +1357,7 @@
2
delete from t3|
insert into t3 values (0), (1)|
-call fib(20)|
+call fib(10)|
select * from t3 order by f asc|
f
0
@@ -1371,16 +1371,6 @@
21
34
55
-89
-144
-233
-377
-610
-987
-1597
-2584
-4181
-6765
drop table t3|
drop procedure fib|
set @@max_sp_recursion_depth= 0|
--- 1.171/mysql-test/t/sp.test 2006-01-19 17:55:50 +01:00
+++ 1.172/mysql-test/t/sp.test 2006-01-20 08:32:18 +01:00
@@ -1601,7 +1601,7 @@
insert into t3 values (0), (1)|
-call fib(20)|
+call fib(10)|
select * from t3 order by f asc|
drop table t3|
| Thread |
|---|
| • bk commit into 5.0 tree (pem:1.1995) BUG#15866 | pem | 20 Jan |