• unknown's avatar
    ndb - bug#28724 for blobs, op flag to not set error on trans (fix, recommit) · 9e692d86
    unknown authored
    
    storage/ndb/include/ndbapi/NdbOperation.hpp:
      add NdbOperation option m_noErrorPropagation.
      If AO_IgnoreError and it are set then operation error does not set error code on transaction.
      Private, and used by NdbBlob.cpp only.
    storage/ndb/src/ndbapi/NdbBlob.cpp:
      add NdbOperation option m_noErrorPropagation.
      If AO_IgnoreError and it are set then operation error does not set error code on transaction.
      Private, and used by NdbBlob.cpp only.
    storage/ndb/src/ndbapi/NdbOperation.cpp:
      add NdbOperation option m_noErrorPropagation.
      If AO_IgnoreError and it are set then operation error does not set error code on transaction.
      Private, and used by NdbBlob.cpp only.
    9e692d86
NdbOperation.cpp 10.8 KB