MySQL 8.4.0
Source Code Documentation
my_sharedlib.h File Reference

Functions related to handling of plugins and other dynamically loaded libraries. More...

#include <dlfcn.h>
#include <errno.h>

Go to the source code of this file.

Macros

#define DLERROR_GENERATE(errmsg, error_number)   errmsg = dlerror()
 
#define dlopen_errno   errno
 
#define MYSQL_PLUGIN_IMPORT
 

Detailed Description

Functions related to handling of plugins and other dynamically loaded libraries.

Macro Definition Documentation

◆ DLERROR_GENERATE

#define DLERROR_GENERATE (   errmsg,
  error_number 
)    errmsg = dlerror()

◆ dlopen_errno

#define dlopen_errno   errno

◆ MYSQL_PLUGIN_IMPORT

#define MYSQL_PLUGIN_IMPORT