summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-02-01 19:55:11 +0400
committerunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-02-01 19:55:11 +0400
commita4f74b8664a1205594f5eddd4a4b7c8985a7e4c7 (patch)
treea28a0db442f5dc3fa5f02abaaad42cb3371da79d /sql/field.h
parentffe6fae3bb0961a07a22c1e0fb90a4d123d22690 (diff)
parentb591da5347956c29545374824675322f06dfb24d (diff)
downloadmariadb-git-a4f74b8664a1205594f5eddd4a4b7c8985a7e4c7.tar.gz
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into mysql.com:/home/ram/work/b26012/b26012.5.0 sql/field.h: Auto merged
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h
index 26092c12372..7f71fd2aec8 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -763,6 +763,7 @@ public:
uint32 pack_length() const { return sizeof(double); }
void sql_type(String &str) const;
uint32 max_length() { return 53; }
+ uint size_of() const { return sizeof(*this); }
};