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
793bd3ee
Commit
793bd3ee
authored
Apr 26, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lock_rec_convert_impl_to_expl_for_trx(): Remove unused parameter
parent
1c4d1f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
storage/innobase/lock/lock0lock.cc
storage/innobase/lock/lock0lock.cc
+1
-2
No files found.
storage/innobase/lock/lock0lock.cc
View file @
793bd3ee
...
@@ -6030,7 +6030,6 @@ lock_rec_convert_impl_to_expl_for_trx(
...
@@ -6030,7 +6030,6 @@ lock_rec_convert_impl_to_expl_for_trx(
const
buf_block_t
*
block
,
/*!< in: buffer block of rec */
const
buf_block_t
*
block
,
/*!< in: buffer block of rec */
const
rec_t
*
rec
,
/*!< in: user record on page */
const
rec_t
*
rec
,
/*!< in: user record on page */
dict_index_t
*
index
,
/*!< in: index of record */
dict_index_t
*
index
,
/*!< in: index of record */
const
ulint
*
offsets
,
/*!< in: rec_get_offsets(rec, index) */
trx_t
*
trx
,
/*!< in/out: active transaction */
trx_t
*
trx
,
/*!< in/out: active transaction */
ulint
heap_no
)
/*!< in: rec heap number to lock */
ulint
heap_no
)
/*!< in: rec heap number to lock */
{
{
...
@@ -6105,7 +6104,7 @@ lock_rec_convert_impl_to_expl(
...
@@ -6105,7 +6104,7 @@ lock_rec_convert_impl_to_expl(
trx cannot be committed until the ref count is zero. */
trx cannot be committed until the ref count is zero. */
lock_rec_convert_impl_to_expl_for_trx
(
lock_rec_convert_impl_to_expl_for_trx
(
block
,
rec
,
index
,
offsets
,
trx
,
heap_no
);
block
,
rec
,
index
,
trx
,
heap_no
);
}
}
}
}
...
...
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