Commit 73306167 authored by tomas@whalegate.ndb.mysql.com's avatar tomas@whalegate.ndb.mysql.com

Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
parents caeb6ae0 aaeca5bd
...@@ -148,7 +148,7 @@ public: ...@@ -148,7 +148,7 @@ public:
* *
* @return Char value. * @return Char value.
*/ */
char char_value() const; Int8 char_value() const;
/** /**
* Get value stored in NdbRecAttr object. * Get value stored in NdbRecAttr object.
...@@ -309,10 +309,10 @@ NdbRecAttr::short_value() const ...@@ -309,10 +309,10 @@ NdbRecAttr::short_value() const
} }
inline inline
char Int8
NdbRecAttr::char_value() const NdbRecAttr::char_value() const
{ {
return *(char*)theRef; return *(Int8*)theRef;
} }
inline inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment