From b8de463ea17289747fe940ba048707498336f951 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 21 Aug 2003 21:14:02 +0200 Subject: Bug #1064: SHOW CREATE TABLE: avoid allocations for simple tables, old client compatibility sql/item.h: fixups sql/sql_show.cc: avoid allocations for simple tables old client compatibility --- sql/item.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/item.h') diff --git a/sql/item.h b/sql/item.h index 3cf5a17805c..d9d125b8bd4 100644 --- a/sql/item.h +++ b/sql/item.h @@ -275,6 +275,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); }; class Item_varbinary :public Item -- cgit v1.2.1