MySQL 8.0.40
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | IO_EXPORT __attribute__((visibility("default"))) |
#define | IO_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | IO_DEPRECATED __attribute__ ((__deprecated__)) |
#define | IO_DEPRECATED_EXPORT IO_EXPORT IO_DEPRECATED |
#define | IO_DEPRECATED_NO_EXPORT IO_NO_EXPORT IO_DEPRECATED |
#define IO_DEPRECATED __attribute__ ((__deprecated__)) |
#define IO_DEPRECATED_EXPORT IO_EXPORT IO_DEPRECATED |
#define IO_DEPRECATED_NO_EXPORT IO_NO_EXPORT IO_DEPRECATED |
#define IO_EXPORT __attribute__((visibility("default"))) |
#define IO_NO_EXPORT __attribute__((visibility("hidden"))) |