summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorhalfspawn <j.brauge@qualiac.com>2017-05-22 16:57:41 +0200
committerAlexander Barkov <bar@mariadb.org>2017-05-29 15:46:29 +0400
commitd7e3120da8be3b517b81cce160dbe53f91876ce8 (patch)
treedbf956ee20ecc5debc1e77dbf47ff997c38ebb22 /sql/sp_head.h
parent8b68263a531bf6926afea71fe6eaf2ffd5a85049 (diff)
downloadmariadb-git-d7e3120da8be3b517b81cce160dbe53f91876ce8.tar.gz
SP stack trace
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 cfc2e6861d7..a96ef514429 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -888,6 +888,7 @@ public:
uint marked;
uint m_ip; ///< My index
sp_pcontext *m_ctx; ///< My parse context
+ uint m_lineno;
/// Should give each a name or type code for debugging purposes?
sp_instr(uint ip, sp_pcontext *ctx)