mariadb/storage/innobase/srv
Jan Lindström 4a3251595c MDEV-7403: should not pass recv_writer_thread_handle to CloseHandle()
Analysis: For some reason actual thread handle is not
returned on Windows instead lpThreadId was returned and
thread handle was closed after thread create. Later
CloseHandle was called for recv_writer_thread_handle
and psort_info->thread_hdl.

Fix: Return thread handle from os_thread_create()
also on Windows and store these thread handles also
in srv0start.cc so that they can be later closed.
2015-01-06 16:08:42 +02:00
..
srv0conc.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
srv0mon.cc MDEV-6926: innodb_rows_updated is misleading on slav 2014-10-26 07:22:51 +02:00
srv0srv.cc 5.5 merge 2014-11-21 20:20:39 +01:00
srv0start.cc MDEV-7403: should not pass recv_writer_thread_handle to CloseHandle() 2015-01-06 16:08:42 +02:00