Skip to content

Commit

Permalink
MDEV-21452 fixup: Correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 24, 2021
1 parent 1274bb7 commit b5cea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/srv/srv0srv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ mutex before switching to blocking wait on the mutex */
/** Check whether the number of failed nonblocking mutex
acquisition attempts exceeds maximum allowed value. If so,
srv_printf_innodb_monitor() will request mutex acquisition
with mutex_enter(), which will wait until it gets the mutex. */
with mysql_mutex_lock(), which will wait until it gets the mutex. */
#define MUTEX_NOWAIT(mutex_skipped) ((mutex_skipped) < MAX_MUTEX_NOWAIT)

/** copy of innodb_buffer_pool_size */
Expand Down

0 comments on commit b5cea82

Please sign in to comment.