MySQL 8.4.0
Source Code Documentation
routing_connections_export.h File Reference

Go to the source code of this file.

Macros

#define ROUTING_CONNECTIONS_EXPORT   __attribute__((visibility("default")))
 
#define ROUTING_CONNECTIONS_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define ROUTING_CONNECTIONS_DEPRECATED   __attribute__ ((__deprecated__))
 
#define ROUTING_CONNECTIONS_DEPRECATED_EXPORT   ROUTING_CONNECTIONS_EXPORT ROUTING_CONNECTIONS_DEPRECATED
 
#define ROUTING_CONNECTIONS_DEPRECATED_NO_EXPORT   ROUTING_CONNECTIONS_NO_EXPORT ROUTING_CONNECTIONS_DEPRECATED
 

Macro Definition Documentation

◆ ROUTING_CONNECTIONS_DEPRECATED

#define ROUTING_CONNECTIONS_DEPRECATED   __attribute__ ((__deprecated__))

◆ ROUTING_CONNECTIONS_DEPRECATED_EXPORT

#define ROUTING_CONNECTIONS_DEPRECATED_EXPORT   ROUTING_CONNECTIONS_EXPORT ROUTING_CONNECTIONS_DEPRECATED

◆ ROUTING_CONNECTIONS_DEPRECATED_NO_EXPORT

#define ROUTING_CONNECTIONS_DEPRECATED_NO_EXPORT   ROUTING_CONNECTIONS_NO_EXPORT ROUTING_CONNECTIONS_DEPRECATED

◆ ROUTING_CONNECTIONS_EXPORT

#define ROUTING_CONNECTIONS_EXPORT   __attribute__((visibility("default")))

◆ ROUTING_CONNECTIONS_NO_EXPORT

#define ROUTING_CONNECTIONS_NO_EXPORT   __attribute__((visibility("hidden")))