mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
portability fix
This commit is contained in:
parent
dff56fc7b4
commit
0d307d344b
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ Ndb::opTupleIdOnNdb(Uint32 aTableId, Uint64 opValue, Uint32 op)
|
|||
tOperation->interpretedUpdateTuple();
|
||||
tOperation->equal("SYSKEY_0", aTableId );
|
||||
{
|
||||
#ifdef NDB_SOLARIS
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
Uint64 cacheSize64 = opValue; // XXX interpreter bug on Uint32
|
||||
tOperation->incValue("NEXTID", cacheSize64);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue