ndb - bug#28491

  disable "disable expand check" as it does not solve problems anyway
parent 1305016b
......@@ -5202,9 +5202,9 @@ void Dbacc::execEXPANDCHECK2(Signal* signal)
{
jamEntry();
if(refToBlock(signal->getSendersBlockRef()) == DBLQH){
if(refToBlock(signal->getSendersBlockRef()) == DBLQH)
{
jam();
reenable_expand_after_redo_log_exection_complete(signal);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment