MySQL 8.3.0
Source Code Documentation
my_thread_local.h File Reference
#include "my_inttypes.h"
#include "my_macros.h"

Go to the source code of this file.

Typedefs

typedef uint32 my_thread_id
 

Functions

int my_errno ()
 Retrieve the MySQL thread-local storage variant of errno. More...
 
void set_my_errno (int my_errno)
 Set the MySQL thread-local storage variant of errno. More...
 
CODE_STATE ** my_thread_var_dbug ()
 
my_thread_id my_thread_var_id ()
 
void set_my_thread_var_id (my_thread_id id)
 

Typedef Documentation

◆ my_thread_id

Function Documentation

◆ my_errno()

int my_errno ( )

Retrieve the MySQL thread-local storage variant of errno.

◆ my_thread_var_dbug()

CODE_STATE ** my_thread_var_dbug ( )

◆ my_thread_var_id()

my_thread_id my_thread_var_id ( )

◆ set_my_errno()

void set_my_errno ( int  my_errno)

Set the MySQL thread-local storage variant of errno.

◆ set_my_thread_var_id()

void set_my_thread_var_id ( my_thread_id  id)