summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2005-06-14 22:45:48 +0300
committerbell@sanja.is.com.ua <>2005-06-14 22:45:48 +0300
commita78cc269472327e95c2c7ed0d233880a5207e373 (patch)
tree245f09eed7f3ce616ac752aa5162da8e79937ba0 /sql/sp_rcontext.h
parentf183b1be31213982199b37d2c0cfdb1732e32568 (diff)
downloadmariadb-git-a78cc269472327e95c2c7ed0d233880a5207e373.tar.gz
prohibit opening Query cache for SP cursors (BUG#9715)
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r--sql/sp_rcontext.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h
index 864dc3df146..b188805435f 100644
--- a/sql/sp_rcontext.h
+++ b/sql/sp_rcontext.h
@@ -203,11 +203,7 @@ class sp_cursor : public Sql_alloc
{
public:
- sp_cursor(sp_lex_keeper *lex_keeper)
- : m_lex_keeper(lex_keeper), m_prot(NULL), m_isopen(0), m_current_row(NULL)
- {
- /* Empty */
- }
+ sp_cursor(sp_lex_keeper *lex_keeper);
virtual ~sp_cursor()
{