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
d8cb0cbc
Commit
d8cb0cbc
authored
Jun 30, 2005
by
pem@mysql.comhem.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing comment format in sp_head.cc.
parent
fda325b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sql/sp_head.cc
sql/sp_head.cc
+5
-5
No files found.
sql/sp_head.cc
View file @
d8cb0cbc
...
...
@@ -1997,10 +1997,10 @@ sp_instr_copen::execute(THD *thd, uint *nextp)
Query_arena
*
old_arena
=
thd
->
current_arena
;
/*
Get the Query_arena from the cpush instruction, which contains
the free_list of the query, so new items (if any) are stored in
the right free_list, and we can cleanup after each open.
*/
Get the Query_arena from the cpush instruction, which contains
the free_list of the query, so new items (if any) are stored in
the right free_list, and we can cleanup after each open.
*/
thd
->
current_arena
=
c
->
get_instr
();
res
=
lex_keeper
->
reset_lex_and_exec_core
(
thd
,
nextp
,
FALSE
,
this
);
/* Cleanup the query's items */
...
...
@@ -2011,7 +2011,7 @@ sp_instr_copen::execute(THD *thd, uint *nextp)
Work around the fact that errors in selects are not returned properly
(but instead converted into a warning), so if a condition handler
caught, we have lost the result code.
*/
*/
if
(
!
res
)
{
uint
dummy1
,
dummy2
;
...
...
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