mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Further review points and simplify Windows implementation
This commit is contained in:
@@ -3918,6 +3918,7 @@ extern "C" bool thd_sqlcom_can_generate_row_events(const MYSQL_THD thd)
|
||||
SYNOPSIS
|
||||
thd_wait_begin()
|
||||
thd Thread object
|
||||
Can be NULL, in this case current THD is used.
|
||||
wait_type Type of wait
|
||||
1 -- short wait (e.g. for mutex)
|
||||
2 -- medium wait (e.g. for disk io)
|
||||
@@ -3945,6 +3946,7 @@ extern "C" void thd_wait_begin(MYSQL_THD thd, int wait_type)
|
||||
when they waking up from a sleep/stall.
|
||||
|
||||
@param thd Thread handle
|
||||
Can be NULL, in this case current THD is used.
|
||||
*/
|
||||
extern "C" void thd_wait_end(MYSQL_THD thd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user