1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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.
*/
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