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
4ef92c28
Commit
4ef92c28
authored
Jun 03, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-build
parents
eb5fd16e
7523452d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
storage/ndb/src/kernel/blocks/pgman.cpp
storage/ndb/src/kernel/blocks/pgman.cpp
+7
-0
No files found.
storage/ndb/src/kernel/blocks/pgman.cpp
View file @
4ef92c28
...
@@ -668,6 +668,7 @@ Pgman::lirs_reference(Ptr<Page_entry> ptr)
...
@@ -668,6 +668,7 @@ Pgman::lirs_reference(Ptr<Page_entry> ptr)
jam
();
jam
();
move_cleanup_ptr
(
ptr
);
move_cleanup_ptr
(
ptr
);
pl_queue
.
remove
(
ptr
);
pl_queue
.
remove
(
ptr
);
state
&=
~
Page_entry
::
ONQUEUE
;
}
}
if
(
state
&
Page_entry
::
BOUND
)
if
(
state
&
Page_entry
::
BOUND
)
{
{
...
@@ -698,6 +699,12 @@ Pgman::lirs_reference(Ptr<Page_entry> ptr)
...
@@ -698,6 +699,12 @@ Pgman::lirs_reference(Ptr<Page_entry> ptr)
pl_stack
.
add
(
ptr
);
pl_stack
.
add
(
ptr
);
state
|=
Page_entry
::
ONSTACK
;
state
|=
Page_entry
::
ONSTACK
;
state
|=
Page_entry
::
HOT
;
state
|=
Page_entry
::
HOT
;
// it could be on queue already
if
(
state
&
Page_entry
::
ONQUEUE
)
{
jam
();
pl_queue
.
remove
(
ptr
);
state
&=
~
Page_entry
::
ONQUEUE
;
}
}
}
set_page_state
(
ptr
,
state
);
set_page_state
(
ptr
,
state
);
...
...
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