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
a3aed4bd
Commit
a3aed4bd
authored
Jul 16, 2007
by
vasil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "const" qualifiers to lock_get_type() and lock_get_mode().
Approved by: Sunny
parent
147b4d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lock/lock0lock.c
lock/lock0lock.c
+4
-4
No files found.
lock/lock0lock.c
View file @
a3aed4bd
...
...
@@ -373,8 +373,8 @@ UNIV_INLINE
ulint
lock_get_type
(
/*==========*/
/* out: LOCK_TABLE or LOCK_REC */
lock_t
*
lock
)
/* in: lock */
/* out: LOCK_TABLE or LOCK_REC */
const
lock_t
*
lock
)
/* in: lock */
{
ut_ad
(
lock
);
...
...
@@ -578,8 +578,8 @@ UNIV_INLINE
ulint
lock_get_mode
(
/*==========*/
/* out: mode */
lock_t
*
lock
)
/* in: lock */
/* out: mode */
const
lock_t
*
lock
)
/* in: lock */
{
ut_ad
(
lock
);
...
...
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