• unknown's avatar
    Use native format in interpreter - · b62d2ac0
    unknown authored
    (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
    
    This fixes problem with auto increment on different byte order
    
    (This also make adding of signed ints really simple...)
    
    
    ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
      Use native format in interpreter
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
    ndb/src/ndbapi/Ndb.cpp:
      Use native format in interpreter
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
    ndb/src/ndbapi/NdbOperationInt.cpp:
      Use native format in interpreter
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
    b62d2ac0
NdbOperationInt.cpp 31.9 KB