mariadb/plugin
Monty 89685d55d7 Reuse THD for new user connections
- 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.
2016-06-04 09:06:00 +02:00
..
audit_null 5.5 merge 2013-06-06 17:51:28 +02:00
auth_dialog MDEV 4691- address review comments 2016-01-19 11:59:32 +01:00
auth_examples MDEV 4691- address review comments 2016-01-19 11:59:32 +01:00
auth_gssapi mtr complains about klist is not found, if Kerberos is not installed on machines 2016-03-17 17:58:40 +01:00
auth_pam MDEV-9205 PAM user map plugin does not work with LDAP groups 2016-01-25 17:04:14 +01:00
auth_pipe Address review comments, add unit test 2016-01-27 16:34:05 +01:00
auth_socket Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
aws_key_management don't do anything for AWS plugin unless it's enabled 2016-03-19 19:40:33 +01:00
cracklib_password_check update plugins' maturity levels 2016-03-18 22:05:23 +01:00
daemon_example MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in many 2015-12-16 19:39:00 +04:00
debug_key_management New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
example_key_management Fixed compile warnings on Solaris 2015-11-20 10:00:06 +02:00
feedback Reuse THD for new user connections 2016-06-04 09:06:00 +02:00
file_key_management Fix compile errors 2016-04-28 21:22:09 +02:00
fulltext 5.5 merge 2013-07-17 21:24:29 +02:00
handler_socket Reuse THD for new user connections 2016-06-04 09:06:00 +02:00
locale_info update plugins' maturity levels 2016-03-18 22:05:23 +01:00
metadata_lock_info update plugins' maturity levels 2016-03-18 22:05:23 +01:00
qc_info update plugins' maturity levels 2016-03-18 22:05:23 +01:00
query_response_time update plugins' maturity levels 2016-03-18 22:05:23 +01:00
semisync Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
server_audit Merge branch '10.1' into 10.2 2016-02-25 18:19:55 +01:00
simple_password_check Merge branch '10.1' into 10.2 2016-03-23 22:36:46 +01:00
sql_errlog update plugins' maturity levels 2016-03-18 22:05:23 +01:00
user_variables MDEV-7331 - information_schema.user_variables 2016-02-26 18:35:14 +04:00
userstat update plugins' maturity levels 2016-03-18 22:05:23 +01:00
win_auth_client MDEV-7771 missing client plugins when mariadb-shared is not installed 2015-06-15 20:28:13 +02:00
wsrep_info Final fixes for Memory_used 2016-04-28 17:15:38 +03:00