summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-02-20 15:37:45 +0200
committerunknown <bell@sanja.is.com.ua>2004-02-20 15:37:45 +0200
commitebebf515361143ca0e1201e1cd77d42c55002a9c (patch)
treed3afd2e4ba17d5cdc9e6991bdae53a08a29f7652 /sql/item_func.h
parente1b739acf74db3d3d648d421a095a1f18d240a8c (diff)
downloadmariadb-git-ebebf515361143ca0e1201e1cd77d42c55002a9c.tar.gz
after review fix
sql/item.h: typo fixed sql/item_func.h: clear refernce on deleted variable sql/item_subselect.cc: layout fixed sql/sql_base.cc: temporary memory pool allocation moved from open_and_lock_tables sql/sql_prepare.cc: temporary memory pool allocation moved changing in routine suggeted by Monty tests/client_test.c: uncomment accidently commented test
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 3d79a0eb9f3..3890e7c6de5 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1009,7 +1009,10 @@ public:
table->fulltext_searched=0;
}
if (concat)
+ {
delete concat;
+ concat= 0;
+ }
DBUG_VOID_RETURN;
}
enum Functype functype() const { return FT_FUNC; }