diff options
author | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-02-01 19:55:11 +0400 |
---|---|---|
committer | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-02-01 19:55:11 +0400 |
commit | a4f74b8664a1205594f5eddd4a4b7c8985a7e4c7 (patch) | |
tree | a28a0db442f5dc3fa5f02abaaad42cb3371da79d /sql/field.h | |
parent | ffe6fae3bb0961a07a22c1e0fb90a4d123d22690 (diff) | |
parent | b591da5347956c29545374824675322f06dfb24d (diff) | |
download | mariadb-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.h | 1 |
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); } }; |