mirror of
https://github.com/MariaDB/server.git
synced 2025-03-13 02:28:37 +01:00
WL#3915 : (NDB) master's cols > slave
Minor change to fix compile problems on 64-bit.
This commit is contained in:
parent
b373c3e987
commit
b87fc5c5d4
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ public:
|
|||
@retval The length in the row plus the size of the data.
|
||||
*/
|
||||
uint32 get_packed_size(const uchar *ptr)
|
||||
{return packlength + get_length((uint)ptr);}
|
||||
{return packlength + get_length((const char *)ptr);}
|
||||
|
||||
inline uint32 get_length(uint row_offset=0)
|
||||
{ return get_length(ptr+row_offset); }
|
||||
|
|
Loading…
Add table
Reference in a new issue