MySQL 8.4.2
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | ROUTING_EXPORT __attribute__((visibility("default"))) |
#define | ROUTING_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | ROUTING_DEPRECATED __attribute__ ((__deprecated__)) |
#define | ROUTING_DEPRECATED_EXPORT ROUTING_EXPORT ROUTING_DEPRECATED |
#define | ROUTING_DEPRECATED_NO_EXPORT ROUTING_NO_EXPORT ROUTING_DEPRECATED |
#define ROUTING_DEPRECATED __attribute__ ((__deprecated__)) |
#define ROUTING_DEPRECATED_EXPORT ROUTING_EXPORT ROUTING_DEPRECATED |
#define ROUTING_DEPRECATED_NO_EXPORT ROUTING_NO_EXPORT ROUTING_DEPRECATED |
#define ROUTING_EXPORT __attribute__((visibility("default"))) |
#define ROUTING_NO_EXPORT __attribute__((visibility("hidden"))) |