Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
2c6ea2d2
Commit
2c6ea2d2
authored
Jan 20, 2006
by
pem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix of fix for BUG#15866. (Actually change the fib() call in sp.test)
parent
28f3989c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
mysql-test/r/sp.result
mysql-test/r/sp.result
+1
-11
mysql-test/t/sp.test
mysql-test/t/sp.test
+1
-1
No files found.
mysql-test/r/sp.result
View file @
2c6ea2d2
...
...
@@ -1357,7 +1357,7 @@ f
2
delete from t3|
insert into t3 values (0), (1)|
call fib(
2
0)|
call fib(
1
0)|
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|
...
...
mysql-test/t/sp.test
View file @
2c6ea2d2
...
...
@@ -1601,7 +1601,7 @@ delete from t3|
insert
into
t3
values
(
0
),
(
1
)
|
call
fib
(
2
0
)
|
call
fib
(
1
0
)
|
select
*
from
t3
order
by
f
asc
|
drop
table
t3
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment