1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix of fix for BUG#15866. (Actually change the fib() call in sp.test)

This commit is contained in:
pem@mysql.com
2006-01-20 08:32:22 +01:00
parent 28f3989c8a
commit 2c6ea2d2df
2 changed files with 2 additions and 12 deletions

View File

@ -1357,7 +1357,7 @@ f
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 @@ f
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|

View File

@ -1601,7 +1601,7 @@ delete from t3|
insert into t3 values (0), (1)|
call fib(20)|
call fib(10)|
select * from t3 order by f asc|
drop table t3|