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
5b75891b
Commit
5b75891b
authored
Jul 10, 2014
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile failure in non-debug build.
parent
8f21a316
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
storage/innobase/lock/lock0lock.cc
storage/innobase/lock/lock0lock.cc
+3
-3
storage/xtradb/lock/lock0lock.cc
storage/xtradb/lock/lock0lock.cc
+3
-3
No files found.
storage/innobase/lock/lock0lock.cc
View file @
5b75891b
...
...
@@ -394,9 +394,6 @@ UNIV_INTERN mysql_pfs_key_t lock_sys_mutex_key;
UNIV_INTERN
mysql_pfs_key_t
lock_sys_wait_mutex_key
;
#endif
/* UNIV_PFS_MUTEX */
#ifdef UNIV_DEBUG
UNIV_INTERN
ibool
lock_print_waits
=
FALSE
;
/* Buffer to collect THDs to report waits for. */
struct
thd_wait_reports
{
struct
thd_wait_reports
*
next
;
/*!< List link */
...
...
@@ -405,6 +402,9 @@ struct thd_wait_reports {
};
#ifdef UNIV_DEBUG
UNIV_INTERN
ibool
lock_print_waits
=
FALSE
;
/*********************************************************************//**
Validates the lock system.
@return TRUE if ok */
...
...
storage/xtradb/lock/lock0lock.cc
View file @
5b75891b
...
...
@@ -394,9 +394,6 @@ UNIV_INTERN mysql_pfs_key_t lock_sys_mutex_key;
UNIV_INTERN
mysql_pfs_key_t
lock_sys_wait_mutex_key
;
#endif
/* UNIV_PFS_MUTEX */
#ifdef UNIV_DEBUG
UNIV_INTERN
ibool
lock_print_waits
=
FALSE
;
/* Buffer to collect THDs to report waits for. */
struct
thd_wait_reports
{
struct
thd_wait_reports
*
next
;
/*!< List link */
...
...
@@ -405,6 +402,9 @@ struct thd_wait_reports {
};
#ifdef UNIV_DEBUG
UNIV_INTERN
ibool
lock_print_waits
=
FALSE
;
/*********************************************************************//**
Validates the lock system.
@return TRUE if ok */
...
...
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