#include <ndb_types.h>Include dependency graph for mutexes.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | DIH_START_LCP_MUTEX 0 |
| #define | DICT_COMMIT_TABLE_MUTEX 0 |
| #define | DIH_SWITCH_PRIMARY_MUTEX 1 |
| #define | BACKUP_DEFINE_MUTEX 1 |
| #define BACKUP_DEFINE_MUTEX 1 |
Definition at line 37 of file mutexes.hpp.
| #define DICT_COMMIT_TABLE_MUTEX 0 |
Definition at line 29 of file mutexes.hpp.
| #define DIH_START_LCP_MUTEX 0 |
This mutex is used by: DIH - before sending START_LCP to all participants DICT - before commiting a CREATE TABLE BACKUP - before sending DEFINE_BACKUP
Definition at line 28 of file mutexes.hpp.
| #define DIH_SWITCH_PRIMARY_MUTEX 1 |
This mutex is used by DIH - before switching primary replica BACKUP - before sending DEFINE_BACKUP
Definition at line 36 of file mutexes.hpp.
1.4.7

