MySQL 9.0.0
Source Code Documentation
destination_status_plugin_export.h File Reference

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
 

Macro Definition Documentation

◆ DESTINATION_STATUS_PLUGIN_DEPRECATED

#define DESTINATION_STATUS_PLUGIN_DEPRECATED   __attribute__ ((__deprecated__))

◆ DESTINATION_STATUS_PLUGIN_DEPRECATED_EXPORT

#define DESTINATION_STATUS_PLUGIN_DEPRECATED_EXPORT   DESTINATION_STATUS_PLUGIN_EXPORT DESTINATION_STATUS_PLUGIN_DEPRECATED

◆ DESTINATION_STATUS_PLUGIN_DEPRECATED_NO_EXPORT

#define DESTINATION_STATUS_PLUGIN_DEPRECATED_NO_EXPORT   DESTINATION_STATUS_PLUGIN_NO_EXPORT DESTINATION_STATUS_PLUGIN_DEPRECATED

◆ DESTINATION_STATUS_PLUGIN_EXPORT

#define DESTINATION_STATUS_PLUGIN_EXPORT   __attribute__((visibility("default")))

◆ DESTINATION_STATUS_PLUGIN_NO_EXPORT

#define DESTINATION_STATUS_PLUGIN_NO_EXPORT   __attribute__((visibility("hidden")))