diff options
author | halfspawn <j.brauge@qualiac.com> | 2017-05-22 16:57:41 +0200 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-05-29 15:46:29 +0400 |
commit | d7e3120da8be3b517b81cce160dbe53f91876ce8 (patch) | |
tree | dbf956ee20ecc5debc1e77dbf47ff997c38ebb22 /sql/sp_head.h | |
parent | 8b68263a531bf6926afea71fe6eaf2ffd5a85049 (diff) | |
download | mariadb-git-d7e3120da8be3b517b81cce160dbe53f91876ce8.tar.gz |
SP stack trace
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 1 |
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) |