diff options
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index 00c96d44f70..81cb907a5a1 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -469,6 +469,7 @@ public: lex->set_stmt_unsafe(); } + sp_pcontext *get_parse_context() { return m_pcont; } private: |