![]() |
MySQL 8.4.7
Source Code Documentation
|
Go to the source code of this file.
Macros | |
| #define | DESTINATION_STATUS_EXPORT __attribute__((visibility("default"))) |
| #define | DESTINATION_STATUS_NO_EXPORT __attribute__((visibility("hidden"))) |
| #define | DESTINATION_STATUS_DEPRECATED __attribute__ ((__deprecated__)) |
| #define | DESTINATION_STATUS_DEPRECATED_EXPORT DESTINATION_STATUS_EXPORT DESTINATION_STATUS_DEPRECATED |
| #define | DESTINATION_STATUS_DEPRECATED_NO_EXPORT DESTINATION_STATUS_NO_EXPORT DESTINATION_STATUS_DEPRECATED |
| #define DESTINATION_STATUS_DEPRECATED __attribute__ ((__deprecated__)) |
| #define DESTINATION_STATUS_DEPRECATED_EXPORT DESTINATION_STATUS_EXPORT DESTINATION_STATUS_DEPRECATED |
| #define DESTINATION_STATUS_DEPRECATED_NO_EXPORT DESTINATION_STATUS_NO_EXPORT DESTINATION_STATUS_DEPRECATED |
| #define DESTINATION_STATUS_EXPORT __attribute__((visibility("default"))) |
| #define DESTINATION_STATUS_NO_EXPORT __attribute__((visibility("hidden"))) |