Commit e6503e1e authored by unknown's avatar unknown
Browse files

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
parent fb91884f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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 */