mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
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
This commit is contained in:
parent
6962973e01
commit
3acd8d31ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue