summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r--sql/sp_rcontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h
index c4f4cf182da..33d76e1c85a 100644
--- a/sql/sp_rcontext.h
+++ b/sql/sp_rcontext.h
@@ -183,7 +183,8 @@ public:
uint instr_ptr;
/// The stored program for which this runtime context is created. Used for
- /// checking if correct runtime context is used for variable handling.
+ /// checking if correct runtime context is used for variable handling,
+ /// and to access the package run-time context.
/// Also used by slow log.
const sp_head *m_sp;