mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1
This commit is contained in:
commit
e49474330b
1 changed files with 2 additions and 4 deletions
|
|
@ -11242,10 +11242,10 @@ void Dbacc::execACC_CHECK_SCAN(Signal* signal)
|
|||
operationRecPtr.i = scanPtr.p->scanFirstQueuedOp;
|
||||
ptrCheckGuard(operationRecPtr, coprecsize, operationrec);
|
||||
takeOutReadyScanQueue(signal);
|
||||
fragrecptr.i = operationRecPtr.p->fragptr;
|
||||
ptrCheckGuard(fragrecptr, cfragmentsize, fragmentrec);
|
||||
if (operationRecPtr.p->elementIsDisappeared == ZTRUE) {
|
||||
jam();
|
||||
fragrecptr.i = operationRecPtr.p->fragptr;
|
||||
ptrCheckGuard(fragrecptr, cfragmentsize, fragmentrec);
|
||||
if (fragrecptr.p->createLcp == ZTRUE) {
|
||||
if (remainingUndoPages() < ZMIN_UNDO_PAGES_AT_COMMIT) {
|
||||
jam();
|
||||
|
|
@ -11890,8 +11890,6 @@ void Dbacc::sendNextScanConf(Signal* signal)
|
|||
return;
|
||||
}//if
|
||||
|
||||
fragrecptr.i = operationRecPtr.p->fragptr;
|
||||
ptrCheckGuard(fragrecptr, cfragmentsize, fragmentrec);
|
||||
if (fragrecptr.p->keyLength != 0) {
|
||||
jam();
|
||||
signal->theData[0] = scanPtr.p->scanUserptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue