summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-02-10 02:18:22 +0200
committerunknown <bell@sanja.is.com.ua>2004-02-10 02:18:22 +0200
commitecb11989ad22af2cdd2359dbb96705af240f1c84 (patch)
tree21cf400810b87c400f5ed2f7d7390f4306d5af14 /sql/sql_lex.h
parentd4767576f8b1f3ddf0ae6785b0fa785f06c2e536 (diff)
downloadmariadb-git-ecb11989ad22af2cdd2359dbb96705af240f1c84.tar.gz
after merge & valgrind test fixes (BUG#2120)
sql/sql_derived.cc: memory leack fixed sql/sql_lex.cc: flag to avoid double cleaning sql/sql_lex.h: flag to avoid double cleaning sql/sql_select.cc: right way to cleanup JOIN_TAB sql/sql_select.h: right way to cleanup JOIN_TAB sql/sql_union.cc: flag to avoid double cleaning
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 3b1b3873706..3f56be18c4a 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -305,7 +305,8 @@ protected:
ulong found_rows_for_union;
bool prepared, // prepare phase already performed for UNION (unit)
optimized, // optimize phase already performed for UNION (unit)
- executed; // already executed
+ executed, // already executed
+ cleaned;
public:
// list of fields which points to temporary table for union