diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2010-01-15 15:42:15 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2010-01-15 15:42:15 +0400 |
commit | 5a4a98af14fb92df95a6333cdfeaa76b17f6a3de (patch) | |
tree | 27e8d3afcdce37b4784bb89e2952a59cb19278d8 /sql/sp_head.h | |
parent | 50561ab0108dcb427ba0975f11dcab3e20b05612 (diff) | |
download | mariadb-git-5a4a98af14fb92df95a6333cdfeaa76b17f6a3de.tar.gz |
backported:
-WL#2822 INFORMATION_SCHEMA.ROUTINES: Add missing columns
-WL#2003 INFORMATION_SCHEMA: PARAMETERS view
-addon for 'I_S optimization' WL
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: |