MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | DESTINATION_STATUS_PLUGIN_EXPORT __attribute__((visibility("default"))) |
#define | DESTINATION_STATUS_PLUGIN_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | DESTINATION_STATUS_PLUGIN_DEPRECATED __attribute__ ((__deprecated__)) |
#define | DESTINATION_STATUS_PLUGIN_DEPRECATED_EXPORT DESTINATION_STATUS_PLUGIN_EXPORT DESTINATION_STATUS_PLUGIN_DEPRECATED |
#define | DESTINATION_STATUS_PLUGIN_DEPRECATED_NO_EXPORT DESTINATION_STATUS_PLUGIN_NO_EXPORT DESTINATION_STATUS_PLUGIN_DEPRECATED |
#define DESTINATION_STATUS_PLUGIN_DEPRECATED __attribute__ ((__deprecated__)) |
#define DESTINATION_STATUS_PLUGIN_DEPRECATED_EXPORT DESTINATION_STATUS_PLUGIN_EXPORT DESTINATION_STATUS_PLUGIN_DEPRECATED |
#define DESTINATION_STATUS_PLUGIN_DEPRECATED_NO_EXPORT DESTINATION_STATUS_PLUGIN_NO_EXPORT DESTINATION_STATUS_PLUGIN_DEPRECATED |
#define DESTINATION_STATUS_PLUGIN_EXPORT __attribute__((visibility("default"))) |
#define DESTINATION_STATUS_PLUGIN_NO_EXPORT __attribute__((visibility("hidden"))) |