MySQL 9.1.0
Source Code Documentation
|
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 uint32 my_thread_id |
int my_errno | ( | ) |
Retrieve the MySQL thread-local storage variant of errno.
CODE_STATE ** my_thread_var_dbug | ( | ) |
my_thread_id my_thread_var_id | ( | ) |
void set_my_errno | ( | int | my_errno | ) |
Set the MySQL thread-local storage variant of errno.
void set_my_thread_var_id | ( | my_thread_id | id | ) |