diff options
author | Marc Alff <marc.alff@oracle.com> | 2010-11-16 06:59:26 +0100 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2010-11-16 06:59:26 +0100 |
commit | d6d16303cd5e2ba623f51a115f12954fe4a0ce2c (patch) | |
tree | 106839bfb979ecf2e65809a2f75fe34ff4d717c9 /sql/sp_rcontext.h | |
parent | 6272025ad408a81f31d3adbb28c8a12bd00d2890 (diff) | |
parent | 030c757f9fafaa66ab90b53e387816a11ccf37b5 (diff) | |
download | mariadb-git-d6d16303cd5e2ba623f51a115f12954fe4a0ce2c.tar.gz |
Local merge
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r-- | sql/sp_rcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h index 1af758ed0af..ec8d82063e4 100644 --- a/sql/sp_rcontext.h +++ b/sql/sp_rcontext.h @@ -220,6 +220,7 @@ private: during execution. */ bool m_return_value_set; + /** TRUE if the context is created for a sub-statement. */ |