mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MDEV-36226 fixup: format mismatch
This commit is contained in:
parent
4c0e2f1aca
commit
e7442e5eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ bool buf_dblwr_t::flush_buffered_writes(const ulint size) noexcept
|
|||
static_cast<size_t>(srv_fatal_semaphore_wait_threshold);
|
||||
size_t log_count= first_log_count;
|
||||
|
||||
for (ulong count= 0;;)
|
||||
for (size_t count= 0;;)
|
||||
{
|
||||
if (!active_slot->first_free)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue