diff options
author | bell@sanja.is.com.ua <> | 2004-02-12 03:10:26 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-02-12 03:10:26 +0200 |
commit | 272bd74abb41e0e0bf16be2ae74f44d4df839d06 (patch) | |
tree | ec08c4d5b30f56815e8bfdacd0319bbcbd9f1abb /sql/sql_lex.h | |
parent | 2fa0c78ec4fd2b64cbbfe072d425287e501c3784 (diff) | |
download | mariadb-git-272bd74abb41e0e0bf16be2ae74f44d4df839d06.tar.gz |
memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 1cfd5312722..17cccd75697 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -355,6 +355,7 @@ public: int prepare(THD *thd, select_result *result, ulong additional_options); int exec(); int cleanup(); + inline void unclean() { cleaned= 0; } void reinit_exec_mechanism(); bool check_updateable(char *db, char *table); |