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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
906411a3
Commit
906411a3
authored
Apr 30, 2013
by
michael.izioumtchenko@oracle.com
Browse files
Options
Browse Files
Download
Plain Diff
merge from mysql-5.1
parents
84421e8e
0fdc37ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
storage/innobase/log/log0recv.c
storage/innobase/log/log0recv.c
+14
-13
No files found.
storage/innobase/log/log0recv.c
View file @
906411a3
...
...
@@ -1648,19 +1648,6 @@ recv_recover_page_func(
}
#endif
/* UNIV_ZIP_DEBUG */
mutex_enter
(
&
(
recv_sys
->
mutex
));
if
(
recv_max_page_lsn
<
page_lsn
)
{
recv_max_page_lsn
=
page_lsn
;
}
recv_addr
->
state
=
RECV_PROCESSED
;
ut_a
(
recv_sys
->
n_addrs
);
recv_sys
->
n_addrs
--
;
mutex_exit
(
&
(
recv_sys
->
mutex
));
#ifndef UNIV_HOTBACKUP
if
(
modification_to_page
)
{
ut_a
(
block
);
...
...
@@ -1677,6 +1664,20 @@ recv_recover_page_func(
mtr
.
modifications
=
FALSE
;
mtr_commit
(
&
mtr
);
mutex_enter
(
&
(
recv_sys
->
mutex
));
if
(
recv_max_page_lsn
<
page_lsn
)
{
recv_max_page_lsn
=
page_lsn
;
}
recv_addr
->
state
=
RECV_PROCESSED
;
ut_a
(
recv_sys
->
n_addrs
);
recv_sys
->
n_addrs
--
;
mutex_exit
(
&
(
recv_sys
->
mutex
));
}
#ifndef UNIV_HOTBACKUP
...
...
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