mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
sync0arr.c:
Correct the comment on the 'waiting' field in sync_cell_struct innobase/sync/sync0arr.c: Correct the comment on the 'waiting' field in sync_cell_struct
This commit is contained in:
parent
fb91884f33
commit
e6503e1e53
1 changed files with 1 additions and 4 deletions
|
|
@ -61,10 +61,7 @@ struct sync_cell_struct {
|
|||
thread */
|
||||
ibool waiting; /* TRUE if the thread has already
|
||||
called sync_array_event_wait
|
||||
on this cell but not yet
|
||||
sync_array_free_cell (which
|
||||
actually resets wait_object and thus
|
||||
whole cell) */
|
||||
on this cell */
|
||||
ibool event_set; /* TRUE if the event is set */
|
||||
os_event_t event; /* operating system event
|
||||
semaphore handle */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue