mirror of
https://github.com/MariaDB/server.git
synced 2025-12-10 19:44:09 +03:00
Fix typo in the comment.
This commit is contained in:
@@ -1027,7 +1027,7 @@ retry:
|
|||||||
if (!has_slept && !trx->has_search_latch
|
if (!has_slept && !trx->has_search_latch
|
||||||
&& NULL == UT_LIST_GET_FIRST(trx->trx_locks)) {
|
&& NULL == UT_LIST_GET_FIRST(trx->trx_locks)) {
|
||||||
|
|
||||||
has_slept = TRUE; /* We let is sleep only once to avoid
|
has_slept = TRUE; /* We let it sleep only once to avoid
|
||||||
starvation */
|
starvation */
|
||||||
|
|
||||||
srv_conc_n_waiting_threads++;
|
srv_conc_n_waiting_threads++;
|
||||||
|
|||||||
Reference in New Issue
Block a user