summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-11-02 17:17:14 +0300
committerAlexander Nozdrin <alik@sun.com>2009-11-02 17:17:14 +0300
commitc502279342b8f5fbca5baca7053226c0c5c40751 (patch)
tree96895923a77d2479f8abe14c6b67ae45eb86d3ea /sql/field.h
parenta708ba6524f27d0f0bc3bc4b4b9952f372d38bd0 (diff)
downloadmariadb-git-c502279342b8f5fbca5baca7053226c0c5c40751.tar.gz
Backport a patch from 6.0:
------------------------------------------------------------ revno: 2599.178.12 revision-id: alik@mysql.com-20080812161845-we7cx9f22yrghob1 committer: Alexander Nozdrin <alik@mysql.com> branch nick: 6.0-rt-build timestamp: Tue 2008-08-12 20:18:45 +0400 message: Fix memory leak. ------------------------------------------------------------
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index 255be8c824a..9ad00e0dab3 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -2089,7 +2089,7 @@ public:
A class for sending info to the client
*/
-class Send_field {
+class Send_field :public Sql_alloc {
public:
const char *db_name;
const char *table_name,*org_table_name;