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
618f4796
Commit
618f4796
authored
Feb 25, 2011
by
Jimmy Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include "ha_prototypes.h" to sync/sync0rw.c for innobase_basename().
parent
91239f81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
storage/innobase/mem/mem0dbg.c
storage/innobase/mem/mem0dbg.c
+2
-0
storage/innobase/sync/sync0rw.c
storage/innobase/sync/sync0rw.c
+1
-0
storage/innobase/sync/sync0sync.c
storage/innobase/sync/sync0sync.c
+1
-0
No files found.
storage/innobase/mem/mem0dbg.c
View file @
618f4796
...
@@ -24,6 +24,8 @@ but is included in mem0mem.* !
...
@@ -24,6 +24,8 @@ but is included in mem0mem.* !
Created 6/9/1994 Heikki Tuuri
Created 6/9/1994 Heikki Tuuri
*************************************************************************/
*************************************************************************/
#include "ha_prototypes.h"
#ifdef UNIV_MEM_DEBUG
#ifdef UNIV_MEM_DEBUG
# ifndef UNIV_HOTBACKUP
# ifndef UNIV_HOTBACKUP
/* The mutex which protects in the debug version the hash table
/* The mutex which protects in the debug version the hash table
...
...
storage/innobase/sync/sync0rw.c
View file @
618f4796
...
@@ -39,6 +39,7 @@ Created 9/11/1995 Heikki Tuuri
...
@@ -39,6 +39,7 @@ Created 9/11/1995 Heikki Tuuri
#include "mem0mem.h"
#include "mem0mem.h"
#include "srv0srv.h"
#include "srv0srv.h"
#include "os0sync.h"
/* for INNODB_RW_LOCKS_USE_ATOMICS */
#include "os0sync.h"
/* for INNODB_RW_LOCKS_USE_ATOMICS */
#include "ha_prototypes.h"
/*
/*
IMPLEMENTATION OF THE RW_LOCK
IMPLEMENTATION OF THE RW_LOCK
...
...
storage/innobase/sync/sync0sync.c
View file @
618f4796
...
@@ -43,6 +43,7 @@ Created 9/5/1995 Heikki Tuuri
...
@@ -43,6 +43,7 @@ Created 9/5/1995 Heikki Tuuri
#ifdef UNIV_SYNC_DEBUG
#ifdef UNIV_SYNC_DEBUG
# include "srv0start.h"
/* srv_is_being_started */
# include "srv0start.h"
/* srv_is_being_started */
#endif
/* UNIV_SYNC_DEBUG */
#endif
/* UNIV_SYNC_DEBUG */
#include "ha_prototypes.h"
/*
/*
REASONS FOR IMPLEMENTING THE SPIN LOCK MUTEX
REASONS FOR IMPLEMENTING THE SPIN LOCK MUTEX
...
...
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