summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-02-12 03:10:26 +0200
committerbell@sanja.is.com.ua <>2004-02-12 03:10:26 +0200
commit272bd74abb41e0e0bf16be2ae74f44d4df839d06 (patch)
treeec08c4d5b30f56815e8bfdacd0319bbcbd9f1abb /sql/sql_lex.h
parent2fa0c78ec4fd2b64cbbfe072d425287e501c3784 (diff)
downloadmariadb-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.h1
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);