MySQL 9.0.0
Source Code Documentation
metadata_cache_export.h File Reference

Go to the source code of this file.

Macros

#define METADATA_CACHE_EXPORT   __attribute__((visibility("default")))
 
#define METADATA_CACHE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define METADATA_CACHE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define METADATA_CACHE_DEPRECATED_EXPORT   METADATA_CACHE_EXPORT METADATA_CACHE_DEPRECATED
 
#define METADATA_CACHE_DEPRECATED_NO_EXPORT   METADATA_CACHE_NO_EXPORT METADATA_CACHE_DEPRECATED
 

Macro Definition Documentation

◆ METADATA_CACHE_DEPRECATED

#define METADATA_CACHE_DEPRECATED   __attribute__ ((__deprecated__))

◆ METADATA_CACHE_DEPRECATED_EXPORT

#define METADATA_CACHE_DEPRECATED_EXPORT   METADATA_CACHE_EXPORT METADATA_CACHE_DEPRECATED

◆ METADATA_CACHE_DEPRECATED_NO_EXPORT

#define METADATA_CACHE_DEPRECATED_NO_EXPORT   METADATA_CACHE_NO_EXPORT METADATA_CACHE_DEPRECATED

◆ METADATA_CACHE_EXPORT

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

◆ METADATA_CACHE_NO_EXPORT

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