MySQL 8.3.0
Source Code Documentation

Entry point for the performance schema interface. More...

#include <psi_thread.h>

Public Attributes

void *(* get_interface )(int version)
 ABI interface finder. More...
 

Detailed Description

Entry point for the performance schema interface.

Member Data Documentation

◆ get_interface

void *(* PSI_thread_bootstrap::get_interface) (int version)

ABI interface finder.

Calling this method with an interface version number returns either an instance of the ABI for this version, or NULL.

See also
PSI_THREAD_VERSION_1
PSI_THREAD_VERSION_2
PSI_THREAD_VERSION_3
PSI_THREAD_VERSION_4
PSI_THREAD_VERSION_5
PSI_THREAD_VERSION_6
PSI_CURRENT_THREAD_VERSION

The documentation for this struct was generated from the following file: