diff options
author | Michael Widenius <monty@askmonty.org> | 2013-06-20 14:49:25 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2013-06-20 14:49:25 +0300 |
commit | c46ce32cfbec0b3c21cb0e5b6bca91bd437130cf (patch) | |
tree | 46141a35f7f0b7edc9a1627697a9a301e132eb61 /sql/sp_pcontext.h | |
parent | f62f4bd563a96ddd78b78d563e4d4cf5ad27aae1 (diff) | |
download | mariadb-git-c46ce32cfbec0b3c21cb0e5b6bca91bd437130cf.tar.gz |
Fixed memory leaks. alias.test now runs clean with valgrind
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r-- | sql/sp_pcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h index fbf32244665..4d8623108aa 100644 --- a/sql/sp_pcontext.h +++ b/sql/sp_pcontext.h @@ -238,7 +238,7 @@ public: /// The class represents parse-time context, which keeps track of declared /// variables/parameters, conditions, handlers, cursors and labels. /// -/// sp_context objects are organized in a tree according to the following +/// sp_pcontext objects are organized in a tree according to the following /// rules: /// - one sp_pcontext object corresponds for for each BEGIN..END block; /// - one sp_pcontext object corresponds for each exception handler; |