• unknown's avatar
    ndb - bug#20612 ins-del fix in tup · e1876e84
    unknown authored
    
    storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
      allocate separate copy tuple for delete after insert or update in same tx, instead of sharing pointer to same copy tuple.  this is an easy fix independent of commit/abort order of operations
    mysql-test/r/ndb_dd_basic.result:
      test INS-DEL via assert in disk data code
    mysql-test/t/ndb_dd_basic.test:
      test INS-DEL via assert in disk data code
    e1876e84
DbtupExecQuery.cpp 93.4 KB