1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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
This commit is contained in:
unknown
2007-05-09 12:52:23 +02:00

View File

@ -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
} }
inline inline
char Int8
NdbRecAttr::char_value() const NdbRecAttr::char_value() const
{ {
return *(char*)theRef; return *(Int8*)theRef;
} }
inline inline