MySQL 8.4.2
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | CONNECTION_POOL_PLUGIN_EXPORT __attribute__((visibility("default"))) |
#define | CONNECTION_POOL_PLUGIN_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | CONNECTION_POOL_PLUGIN_DEPRECATED __attribute__ ((__deprecated__)) |
#define | CONNECTION_POOL_PLUGIN_DEPRECATED_EXPORT CONNECTION_POOL_PLUGIN_EXPORT CONNECTION_POOL_PLUGIN_DEPRECATED |
#define | CONNECTION_POOL_PLUGIN_DEPRECATED_NO_EXPORT CONNECTION_POOL_PLUGIN_NO_EXPORT CONNECTION_POOL_PLUGIN_DEPRECATED |
#define CONNECTION_POOL_PLUGIN_DEPRECATED __attribute__ ((__deprecated__)) |
#define CONNECTION_POOL_PLUGIN_DEPRECATED_EXPORT CONNECTION_POOL_PLUGIN_EXPORT CONNECTION_POOL_PLUGIN_DEPRECATED |
#define CONNECTION_POOL_PLUGIN_DEPRECATED_NO_EXPORT CONNECTION_POOL_PLUGIN_NO_EXPORT CONNECTION_POOL_PLUGIN_DEPRECATED |
#define CONNECTION_POOL_PLUGIN_EXPORT __attribute__((visibility("default"))) |
#define CONNECTION_POOL_PLUGIN_NO_EXPORT __attribute__((visibility("hidden"))) |