Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
328b453c
Commit
328b453c
authored
Apr 01, 2005
by
pekka@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
57451feb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
+0
-20
No files found.
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
View file @
328b453c
...
...
@@ -2618,26 +2618,6 @@ void Dbacc::execACC_LOCKREQ(Signal* signal)
*
sig
=
*
req
;
return
;
}
operationRecPtr
.
i
=
req
->
accOpPtr
;
ptrCheckGuard
(
operationRecPtr
,
coprecsize
,
operationrec
);
fragrecptr
.
i
=
operationRecPtr
.
p
->
fragptr
;
ptrCheckGuard
(
fragrecptr
,
cfragmentsize
,
fragmentrec
);
if
(
fragrecptr
.
p
->
keyLength
==
0
&&
// should test some state variable
operationRecPtr
.
p
->
elementPage
!=
RNIL
)
{
jam
();
// re-compute long key vars
Page8Ptr
tPageptr
;
tPageptr
.
i
=
operationRecPtr
.
p
->
elementPage
;
ptrCheckGuard
(
tPageptr
,
cpagesize
,
page8
);
Uint32
tKeyptr
=
operationRecPtr
.
p
->
elementPointer
+
operationRecPtr
.
p
->
elementIsforward
*
(
ZELEM_HEAD_SIZE
+
fragrecptr
.
p
->
localkeylen
);
tslcPageIndex
=
tPageptr
.
p
->
word32
[
tKeyptr
]
&
0x3ff
;
tslcPagedir
=
tPageptr
.
p
->
word32
[
tKeyptr
]
>>
10
;
searchLongKey
(
signal
,
false
);
}
if
(
lockOp
==
AccLockReq
::
Unlock
)
{
jam
();
// do unlock via ACC_COMMITREQ (immediate)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment