-
Aditya A authored
Fix for Bug #23481444 (#Rb14634) introduced a optimization in which we check the record for end range condition even when the record was not visible to the current transaction.This causes an assertion when we try to read a BLOB data from the row. FIX In case of BLOB data is empty ,skip the record . [#rb18654 Reviwed by Darshan and Jimmy ]
Aditya A authoredFix for Bug #23481444 (#Rb14634) introduced a optimization in which we check the record for end range condition even when the record was not visible to the current transaction.This causes an assertion when we try to read a BLOB data from the row. FIX In case of BLOB data is empty ,skip the record . [#rb18654 Reviwed by Darshan and Jimmy ]
Loading