• unknown's avatar
    ndb - bug#27005 · ee05abd6
    unknown authored
        Handle API failure during resend
        API failure could cause release of table object, which will make resend crash
          when dereferencing table object
          
        Solution, use table_id+hash+schemaversion instead of *raw* pointer in resend
    
    
    
    storage/ndb/src/kernel/blocks/suma/Suma.cpp:
      Handle API failure during resend
      API failure could cause release of table object, which will make resend crash
        when dereferencing table object
            
      Solution, use table_id+hash+schemaversion instead of *raw* pointer in resend
    storage/ndb/test/tools/listen.cpp:
      add new events
    ee05abd6
Suma.cpp 132 KB