Commit 10bec918 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-24448 fixup: Correct a typo in a comment

parent ad436d92
......@@ -2754,7 +2754,7 @@ void recv_sys_t::apply(bool last_batch)
mysql_cond_wait(&cond, &mutex);
else
{
set_timespec_nsec(abstime, 100000ULL); /* 100ms */
set_timespec_nsec(abstime, 100000ULL); /* 0.1ms */
mysql_cond_timedwait(&cond, &mutex, &abstime);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment