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
2bf6fc8f
Commit
2bf6fc8f
authored
Nov 27, 2007
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: lock_sec_rec_some_has_impl_off_kernel(): Make the function
static. It is only called from lock0lock.c.
parent
06299ddd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
include/lock0lock.h
include/lock0lock.h
+0
-12
lock/lock0lock.c
lock/lock0lock.c
+1
-1
No files found.
include/lock0lock.h
View file @
2bf6fc8f
...
...
@@ -52,18 +52,6 @@ lock_sys_create(
/*============*/
ulint
n_cells
);
/* in: number of slots in lock hash table */
/*************************************************************************
Checks if some transaction has an implicit x-lock on a record in a secondary
index. */
trx_t
*
lock_sec_rec_some_has_impl_off_kernel
(
/*==================================*/
/* out: transaction which has the x-lock, or
NULL */
const
rec_t
*
rec
,
/* in: user record */
dict_index_t
*
index
,
/* in: secondary index */
const
ulint
*
offsets
);
/* in: rec_get_offsets(rec, index) */
/*************************************************************************
Checks if some transaction has an implicit x-lock on a record in a clustered
index. */
UNIV_INLINE
...
...
lock/lock0lock.c
View file @
2bf6fc8f
...
...
@@ -1576,7 +1576,7 @@ lock_rec_find_similar_on_page(
/*************************************************************************
Checks if some transaction has an implicit x-lock on a record in a secondary
index. */
static
trx_t
*
lock_sec_rec_some_has_impl_off_kernel
(
/*==================================*/
...
...
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