summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-07-16 23:31:36 +0400
committerkostja@bodhi.(none) <>2007-07-16 23:31:36 +0400
commit88fc7cab26425a5dc43aff02cb84e1363ce0129d (patch)
tree53d9d30f94c45fc9b3f51662dd10574784b16e0a /sql/sp_head.h
parent06d656b808c26841007d00512ad91ec0dcbae19f (diff)
parent5466b0df1407b0412a5845e4fd43c4ae0d1ba5b5 (diff)
downloadmariadb-git-88fc7cab26425a5dc43aff02cb84e1363ce0129d.tar.gz
Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index 490fda67bfe..f6764fbc90e 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -184,6 +184,12 @@ public:
st_sp_chistics *m_chistics;
ulong m_sql_mode; // For SHOW CREATE and execution
LEX_STRING m_qname; // db.name
+ /**
+ Key representing routine in the set of stored routines used by statement.
+ [routine_type]db.name\0
+ @sa sp_name::m_sroutines_key
+ */
+ LEX_STRING m_sroutines_key;
LEX_STRING m_db;
LEX_STRING m_name;
LEX_STRING m_params;