MySQL 9.1.0
Source Code Documentation
|
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 |
#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 |
#define METADATA_CACHE_EXPORT __attribute__((visibility("default"))) |
#define METADATA_CACHE_NO_EXPORT __attribute__((visibility("hidden"))) |