MySQL 9.7.0
Source Code Documentation
host_cache_export.h File Reference

Go to the source code of this file.

Macros

#define HOST_CACHE_EXPORT   __attribute__((visibility("default")))
 
#define HOST_CACHE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define HOST_CACHE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define HOST_CACHE_DEPRECATED_EXPORT   HOST_CACHE_EXPORT HOST_CACHE_DEPRECATED
 
#define HOST_CACHE_DEPRECATED_NO_EXPORT   HOST_CACHE_NO_EXPORT HOST_CACHE_DEPRECATED
 

Macro Definition Documentation

◆ HOST_CACHE_DEPRECATED

#define HOST_CACHE_DEPRECATED   __attribute__ ((__deprecated__))

◆ HOST_CACHE_DEPRECATED_EXPORT

#define HOST_CACHE_DEPRECATED_EXPORT   HOST_CACHE_EXPORT HOST_CACHE_DEPRECATED

◆ HOST_CACHE_DEPRECATED_NO_EXPORT

#define HOST_CACHE_DEPRECATED_NO_EXPORT   HOST_CACHE_NO_EXPORT HOST_CACHE_DEPRECATED

◆ HOST_CACHE_EXPORT

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

◆ HOST_CACHE_NO_EXPORT

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