summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-08-21 21:39:22 +0200
committerserg@serg.mylan <>2003-08-21 21:39:22 +0200
commite3a3d00c77528963766a6151e7789bd75e32c402 (patch)
treefa1fbc9fd6436dcd94178c8b46480075cd54f8b8 /sql/item.h
parentaee1791280786cd29142a2accd6741f9277de8c7 (diff)
parent7f1ffcc453a47d9ccc344498db4556a09a7cdb6e (diff)
downloadmariadb-git-e3a3d00c77528963766a6151e7789bd75e32c402.tar.gz
merged
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index 1631bf76135..25650e85434 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -356,6 +356,7 @@ class Item_empty_string :public Item_string
public:
Item_empty_string(const char *header,uint length) :Item_string("",0)
{ name=(char*) header; max_length=length;}
+ void make_field(Send_field *field);
unsigned int size_of() { return sizeof(*this);}
};