mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Include "ha_prototypes.h" to sync/sync0rw.c for innobase_basename().
This commit is contained in:
parent
91239f8129
commit
618f4796f0
3 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@ but is included in mem0mem.* !
|
|||
Created 6/9/1994 Heikki Tuuri
|
||||
*************************************************************************/
|
||||
|
||||
#include "ha_prototypes.h"
|
||||
|
||||
#ifdef UNIV_MEM_DEBUG
|
||||
# ifndef UNIV_HOTBACKUP
|
||||
/* The mutex which protects in the debug version the hash table
|
||||
|
|
|
@ -39,6 +39,7 @@ Created 9/11/1995 Heikki Tuuri
|
|||
#include "mem0mem.h"
|
||||
#include "srv0srv.h"
|
||||
#include "os0sync.h" /* for INNODB_RW_LOCKS_USE_ATOMICS */
|
||||
#include "ha_prototypes.h"
|
||||
|
||||
/*
|
||||
IMPLEMENTATION OF THE RW_LOCK
|
||||
|
|
|
@ -43,6 +43,7 @@ Created 9/5/1995 Heikki Tuuri
|
|||
#ifdef UNIV_SYNC_DEBUG
|
||||
# include "srv0start.h" /* srv_is_being_started */
|
||||
#endif /* UNIV_SYNC_DEBUG */
|
||||
#include "ha_prototypes.h"
|
||||
|
||||
/*
|
||||
REASONS FOR IMPLEMENTING THE SPIN LOCK MUTEX
|
||||
|
|
Loading…
Add table
Reference in a new issue