Commit 495c6fce authored by unknown's avatar unknown

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

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user


storage/ndb/include/ndbapi/NdbRecAttr.hpp:
  Auto merged
parents a3b65091 643cb9b8
......@@ -148,7 +148,7 @@ public:
*
* @return Char value.
*/
char char_value() const;
Int8 char_value() const;
/**
* Get value stored in NdbRecAttr object.
......@@ -309,10 +309,10 @@ NdbRecAttr::short_value() const
}
inline
char
Int8
NdbRecAttr::char_value() const
{
return *(char*)theRef;
return *(Int8*)theRef;
}
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