summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorunknown <pem@mysql.comhem.se>2005-06-30 18:36:13 +0200
committerunknown <pem@mysql.comhem.se>2005-06-30 18:36:13 +0200
commit6a5ba8fdc2b5c2b5d9f94049c040c24566248461 (patch)
tree54f8209c85ff827901ca333283c839c415aec7f2 /sql/sp_head.cc
parenta95bb38a7fd03bc464d901300e2a9ef5710218c0 (diff)
downloadmariadb-git-6a5ba8fdc2b5c2b5d9f94049c040c24566248461.tar.gz
Fixing comment format in sp_head.cc.
sql/sp_head.cc: Fixing comment format.
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r--sql/sp_head.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index b586546bcfe..b2de24ca9b5 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -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;