![]() |
MySQL 8.4.7
Source Code Documentation
|
Go to the source code of this file.
Macros | |
| #define | ROUTING_CONNECTIONS_EXPORT __attribute__((visibility("default"))) |
| #define | ROUTING_CONNECTIONS_NO_EXPORT __attribute__((visibility("hidden"))) |
| #define | ROUTING_CONNECTIONS_DEPRECATED __attribute__ ((__deprecated__)) |
| #define | ROUTING_CONNECTIONS_DEPRECATED_EXPORT ROUTING_CONNECTIONS_EXPORT ROUTING_CONNECTIONS_DEPRECATED |
| #define | ROUTING_CONNECTIONS_DEPRECATED_NO_EXPORT ROUTING_CONNECTIONS_NO_EXPORT ROUTING_CONNECTIONS_DEPRECATED |
| #define ROUTING_CONNECTIONS_DEPRECATED __attribute__ ((__deprecated__)) |
| #define ROUTING_CONNECTIONS_DEPRECATED_EXPORT ROUTING_CONNECTIONS_EXPORT ROUTING_CONNECTIONS_DEPRECATED |
| #define ROUTING_CONNECTIONS_DEPRECATED_NO_EXPORT ROUTING_CONNECTIONS_NO_EXPORT ROUTING_CONNECTIONS_DEPRECATED |
| #define ROUTING_CONNECTIONS_EXPORT __attribute__((visibility("default"))) |
| #define ROUTING_CONNECTIONS_NO_EXPORT __attribute__((visibility("hidden"))) |