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:
@ -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
|
||||||
|
Reference in New Issue
Block a user