mariadb/storage/xtradb/os
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
..
os0file.cc MDEV-7046: MySQL#74480 - Failing assertion: os_file_status(newpath, &exists, &type) 2014-11-25 11:38:01 +02:00
os0proc.cc Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
os0stacktrace.cc 5.5 merge 2014-09-16 14:03:17 +02:00
os0sync.cc 5.5 merge 2014-11-20 15:26:31 +01:00
os0thread.cc MDEV-7403: should not pass recv_writer_thread_handle to CloseHandle() 2015-01-06 16:08:42 +02:00