MySQL 8.4.2
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | IO_COMPONENT_EXPORT __attribute__((visibility("default"))) |
#define | IO_COMPONENT_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | IO_COMPONENT_DEPRECATED __attribute__ ((__deprecated__)) |
#define | IO_COMPONENT_DEPRECATED_EXPORT IO_COMPONENT_EXPORT IO_COMPONENT_DEPRECATED |
#define | IO_COMPONENT_DEPRECATED_NO_EXPORT IO_COMPONENT_NO_EXPORT IO_COMPONENT_DEPRECATED |
#define IO_COMPONENT_DEPRECATED __attribute__ ((__deprecated__)) |
#define IO_COMPONENT_DEPRECATED_EXPORT IO_COMPONENT_EXPORT IO_COMPONENT_DEPRECATED |
#define IO_COMPONENT_DEPRECATED_NO_EXPORT IO_COMPONENT_NO_EXPORT IO_COMPONENT_DEPRECATED |
#define IO_COMPONENT_EXPORT __attribute__((visibility("default"))) |
#define IO_COMPONENT_NO_EXPORT __attribute__((visibility("hidden"))) |