summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-09-13 20:08:09 +0300
committerunknown <heikki@hundin.mysql.fi>2004-09-13 20:08:09 +0300
commite6503e1e531495e1ad2c4e2a39b8cec6ab6a0fe8 (patch)
treecdae7b4baf248e40f73542ae5b14ca42db1a8710 /innobase
parentfb91884f33cb66f6834e6e16c7a3f7c850f9f766 (diff)
downloadmariadb-git-e6503e1e531495e1ad2c4e2a39b8cec6ab6a0fe8.tar.gz
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
Diffstat (limited to 'innobase')
-rw-r--r--innobase/sync/sync0arr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/innobase/sync/sync0arr.c b/innobase/sync/sync0arr.c
index 176aedb6ae3..09ddfd1d309 100644
--- a/innobase/sync/sync0arr.c
+++ b/innobase/sync/sync0arr.c
@@ -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 */