summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorpem@mysql.com <>2003-04-23 09:22:54 +0200
committerpem@mysql.com <>2003-04-23 09:22:54 +0200
commita4e065920b709029fa939be624b531def810eb2d (patch)
tree9fbeeb35b26b022c208e85d02e688a47350e8cb5 /sql/sp_head.cc
parent7b5df9edeca776b393142ab35e77d0df67fdd0e0 (diff)
downloadmariadb-git-a4e065920b709029fa939be624b531def810eb2d.tar.gz
Made multiple queries (SELECT without INTO) work in SPs.
This included bug fixes in the 4.1 protocol (actually send and receive the server_status flags).
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r--sql/sp_head.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index a10fc5792dc..82019186a01 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -92,7 +92,7 @@ eval_func_item(THD *thd, Item *it, enum enum_field_types type)
}
sp_head::sp_head(LEX_STRING *name, LEX *lex)
- : Sql_alloc(), m_simple_case(FALSE)
+ : Sql_alloc(), m_simple_case(FALSE), m_multi_query(FALSE)
{
DBUG_ENTER("sp_head::sp_head");
const char *dstr = (const char*)lex->buf;