MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | CONNECTION_POOL_EXPORT __attribute__((visibility("default"))) |
#define | CONNECTION_POOL_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | CONNECTION_POOL_DEPRECATED __attribute__ ((__deprecated__)) |
#define | CONNECTION_POOL_DEPRECATED_EXPORT CONNECTION_POOL_EXPORT CONNECTION_POOL_DEPRECATED |
#define | CONNECTION_POOL_DEPRECATED_NO_EXPORT CONNECTION_POOL_NO_EXPORT CONNECTION_POOL_DEPRECATED |
#define CONNECTION_POOL_DEPRECATED __attribute__ ((__deprecated__)) |
#define CONNECTION_POOL_DEPRECATED_EXPORT CONNECTION_POOL_EXPORT CONNECTION_POOL_DEPRECATED |
#define CONNECTION_POOL_DEPRECATED_NO_EXPORT CONNECTION_POOL_NO_EXPORT CONNECTION_POOL_DEPRECATED |
#define CONNECTION_POOL_EXPORT __attribute__((visibility("default"))) |
#define CONNECTION_POOL_NO_EXPORT __attribute__((visibility("hidden"))) |