MySQL 9.7.0
Source Code Documentation
resource_manager.h
Go to the documentation of this file.
1/*
2 Copyright (c) 2024, 2026, Oracle and/or its affiliates.
3*/
4
5#ifndef GR_RESOURCE_MANAGER_INCLUDED
6#define GR_RESOURCE_MANAGER_INCLUDED
7
9#include <mysqld_error.h> // ER_*
10
11#define GROUP_REPLICATION_RESOURCE_MANAGER \
12 component_group_replication_resource_manager
13
14#endif // GR_RESOURCE_MANAGER_INCLUDED