diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-09-13 20:08:09 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-09-13 20:08:09 +0300 |
commit | e6503e1e531495e1ad2c4e2a39b8cec6ab6a0fe8 (patch) | |
tree | cdae7b4baf248e40f73542ae5b14ca42db1a8710 /innobase/sync | |
parent | fb91884f33cb66f6834e6e16c7a3f7c850f9f766 (diff) | |
download | mariadb-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/sync')
-rw-r--r-- | innobase/sync/sync0arr.c | 5 |
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 */ |