summaryrefslogtreecommitdiff
path: root/storage/ndb/include/ndbapi/NdbRecAttr.hpp
diff options
context:
space:
mode:
authortomas@whalegate.ndb.mysql.com <>2007-04-12 21:35:39 +0200
committertomas@whalegate.ndb.mysql.com <>2007-04-12 21:35:39 +0200
commitce237025105095159e628ef604c5267755843590 (patch)
tree436aa475de862d6510a4c80c2ede9f55e159051c /storage/ndb/include/ndbapi/NdbRecAttr.hpp
parentba607308089903f2bcd7ed38682995d37dcf7263 (diff)
parent3ff7444ac72ff47efcdbac68b713ed23156a31f5 (diff)
downloadmariadb-git-ce237025105095159e628ef604c5267755843590.tar.gz
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
Diffstat (limited to 'storage/ndb/include/ndbapi/NdbRecAttr.hpp')
-rw-r--r--storage/ndb/include/ndbapi/NdbRecAttr.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/storage/ndb/include/ndbapi/NdbRecAttr.hpp b/storage/ndb/include/ndbapi/NdbRecAttr.hpp
index adaddd2dab3..ac098831180 100644
--- a/storage/ndb/include/ndbapi/NdbRecAttr.hpp
+++ b/storage/ndb/include/ndbapi/NdbRecAttr.hpp
@@ -302,13 +302,6 @@ NdbRecAttr::int32_value() const
}
inline
-Int32
-NdbRecAttr::medium_value() const
-{
- return sint3korr((unsigned char *)theRef);
-}
-
-inline
short
NdbRecAttr::short_value() const
{
@@ -330,13 +323,6 @@ NdbRecAttr::u_32_value() const
}
inline
-Uint32
-NdbRecAttr::u_medium_value() const
-{
- return uint3korr((unsigned char*)theRef);
-}
-
-inline
Uint16
NdbRecAttr::u_short_value() const
{