![]() |
MySQL 9.7.0
Source Code Documentation
|
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 |
| #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 |
| #define HOST_CACHE_EXPORT __attribute__((visibility("default"))) |
| #define HOST_CACHE_NO_EXPORT __attribute__((visibility("hidden"))) |