summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorgkodinov/kgeorge@magare.gmz <>2007-10-23 11:44:14 +0300
committergkodinov/kgeorge@magare.gmz <>2007-10-23 11:44:14 +0300
commit3553f6eac20bd08d2bbf40f49c8830c580681acc (patch)
treeb06c9ed11a905264c96930def5aab8cf1965e43d /sql/field.h
parentffea2073b10ee86cbd7b037053e520145803afc6 (diff)
parentd066e2173c814a373503b598ffc787094c914775 (diff)
downloadmariadb-git-3553f6eac20bd08d2bbf40f49c8830c580681acc.tar.gz
Merge magare.gmz:/home/kgeorge/mysql/autopush/B30825-new-5.0-opt
into magare.gmz:/home/kgeorge/mysql/work/B30825-5.1-opt
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index 8aad6783291..d0d867d0b32 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -1522,7 +1522,6 @@ public:
int store(double nr);
int store(longlong nr, bool unsigned_val);
int store_decimal(const my_decimal *);
- uint get_key_image(uchar *buff,uint length,imagetype type);
uint size_of() const { return sizeof(*this); }
int reset(void) { return !maybe_null() || Field_blob::reset(); }
geometry_type get_geometry_type() { return geom_type; };