mirror of
https://github.com/MariaDB/server.git
synced 2026-05-13 18:40:48 +02:00
ndb - backup fix, found on powermacg4
ndb/src/kernel/blocks/backup/Backup.cpp: index typo overwrote attribute array, found on powermacg4
This commit is contained in:
parent
f6cabbd7f4
commit
1a2ef2be00
1 changed files with 1 additions and 1 deletions
|
|
@ -3201,7 +3201,7 @@ Backup::execSTART_BACKUP_REQ(Signal* signal)
|
|||
return;
|
||||
}//if
|
||||
|
||||
tabPtr.p->triggerAllocated[i] = true;
|
||||
tabPtr.p->triggerAllocated[j] = true;
|
||||
trigPtr.p->backupPtr = ptr.i;
|
||||
trigPtr.p->tableId = tabPtr.p->tableId;
|
||||
trigPtr.p->tab_ptr_i = tabPtr.i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue