Commit 3acd8d31 authored by unknown's avatar unknown

ndb - bug#28491

  disable "disable expand check" as it does not solve problems anyway


storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
  disable "disable expand check" as it does not solve problems anyway
parent 6962973e
......@@ -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