Skip to content
  • Frazer Clement's avatar
    f28a42c9
    Bug #28746560 SLAVE STOPS WITH ERROR 1022 DUE TO NDB$BLOBS CONSTRAINT VIOLATION · f28a42c9
    Frazer Clement authored
    NdbApi batching of Blob operations must ensure that multiple batched
    operations on the same row are ordered correctly.
    
    This requires that batching is made more pessimistic, performing extra
    execute round trips to stabilise a blob state so that subsequent
    blob operations on the same row can succeed.
    
    This may reduce performance when batching blob operations.
    
    testBlobs is extended with a batching on same key testcase.
    New MTR test ndb_rpl_conv_blob is added showing the change in behaviour
    with replication batching.
    f28a42c9
    Bug #28746560 SLAVE STOPS WITH ERROR 1022 DUE TO NDB$BLOBS CONSTRAINT VIOLATION
    Frazer Clement authored
    NdbApi batching of Blob operations must ensure that multiple batched
    operations on the same row are ordered correctly.
    
    This requires that batching is made more pessimistic, performing extra
    execute round trips to stabilise a blob state so that subsequent
    blob operations on the same row can succeed.
    
    This may reduce performance when batching blob operations.
    
    testBlobs is extended with a batching on same key testcase.
    New MTR test ndb_rpl_conv_blob is added showing the change in behaviour
    with replication batching.
Loading