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
dec4d0ba
Commit
dec4d0ba
authored
Nov 13, 2023
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-32788: Debug build failure with SUX_LOCK_GENERIC
Fixes up commit
2027c482
parent
04477bd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
storage/innobase/trx/trx0purge.cc
storage/innobase/trx/trx0purge.cc
+4
-0
No files found.
storage/innobase/trx/trx0purge.cc
View file @
dec4d0ba
...
...
@@ -852,7 +852,9 @@ void purge_sys_t::rseg_get_next_history_log()
{
fil_addr_t
prev_log_addr
;
#ifndef SUX_LOCK_GENERIC
ut_ad
(
rseg
->
latch
.
is_write_locked
());
#endif
ut_a
(
rseg
->
last_page_no
!=
FIL_NULL
);
tail
.
trx_no
=
rseg
->
last_trx_no
()
+
1
;
...
...
@@ -968,7 +970,9 @@ inline trx_purge_rec_t purge_sys_t::get_next_rec(roll_ptr_t roll_ptr)
{
ut_ad
(
next_stored
);
ut_ad
(
tail
.
trx_no
<
low_limit_no
());
#ifndef SUX_LOCK_GENERIC
ut_ad
(
rseg
->
latch
.
is_write_locked
());
#endif
if
(
!
offset
)
{
...
...
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