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) ...@@ -5202,9 +5202,9 @@ void Dbacc::execEXPANDCHECK2(Signal* signal)
{ {
jamEntry(); jamEntry();
if(refToBlock(signal->getSendersBlockRef()) == DBLQH){ if(refToBlock(signal->getSendersBlockRef()) == DBLQH)
{
jam(); jam();
reenable_expand_after_redo_log_exection_complete(signal);
return; 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