mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
This commit is contained in:
commit
0161ba4893
1 changed files with 2 additions and 2 deletions
|
@ -5200,9 +5200,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
Reference in a new issue