MySQL 8.4.1
Source Code Documentation
destination_status_export.h File Reference

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
 

Macro Definition Documentation

◆ DESTINATION_STATUS_DEPRECATED

#define DESTINATION_STATUS_DEPRECATED   __attribute__ ((__deprecated__))

◆ DESTINATION_STATUS_DEPRECATED_EXPORT

#define DESTINATION_STATUS_DEPRECATED_EXPORT   DESTINATION_STATUS_EXPORT DESTINATION_STATUS_DEPRECATED

◆ DESTINATION_STATUS_DEPRECATED_NO_EXPORT

#define DESTINATION_STATUS_DEPRECATED_NO_EXPORT   DESTINATION_STATUS_NO_EXPORT DESTINATION_STATUS_DEPRECATED

◆ DESTINATION_STATUS_EXPORT

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

◆ DESTINATION_STATUS_NO_EXPORT

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