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
commit5a4a98af14fb92df95a6333cdfeaa76b17f6a3de (patch)
tree27e8d3afcdce37b4784bb89e2952a59cb19278d8 /sql/sp_head.h
parent50561ab0108dcb427ba0975f11dcab3e20b05612 (diff)
downloadmariadb-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.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: