summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2010-01-15 15:42:15 +0400
committerSergey Glukhov <Sergey.Glukhov@sun.com>2010-01-15 15:42:15 +0400
commit8b36b965c57f36ea801c4e5c6a5c477781240729 (patch)
tree27e8d3afcdce37b4784bb89e2952a59cb19278d8 /sql/sp_head.h
parente64d6d5a7dff4d60f81cb6bb9cfbfaac95462fd6 (diff)
downloadmariadb-git-8b36b965c57f36ea801c4e5c6a5c477781240729.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.h1
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: