mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
89685d55d7
- To ensure that mallocs are marked for the correct THD, even if it's allocated in another thread, I added the thread_id to the THD constructor - Added st_my_thread_var to thr_lock_info_init() to avoid a call to my_thread_var - Moved things from THD::THD() to THD::init() - Moved some things to THD::cleanup() - Added THD::free_connection() and THD::reset_for_reuse() - Added THD to CONNECT::create_thd() - Added THD::thread_dbug_id and st_my_thread_var->dbug_id. These are needed to ensure that we have a constant thread_id used for debugging with a THD, even if it changes thread_id (=connection_id) - Set variables.pseudo_thread_id in constructor. Removed not needed sets. |
||
---|---|---|
.. | ||
audit_null | ||
auth_dialog | ||
auth_examples | ||
auth_gssapi | ||
auth_pam | ||
auth_pipe | ||
auth_socket | ||
aws_key_management | ||
cracklib_password_check | ||
daemon_example | ||
debug_key_management | ||
example_key_management | ||
feedback | ||
file_key_management | ||
fulltext | ||
handler_socket | ||
locale_info | ||
metadata_lock_info | ||
qc_info | ||
query_response_time | ||
semisync | ||
server_audit | ||
simple_password_check | ||
sql_errlog | ||
user_variables | ||
userstat | ||
win_auth_client | ||
wsrep_info |