mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
Merge 10.5 into 10.6
This commit is contained in:
commit
4f6830255c
1 changed files with 3 additions and 2 deletions
|
@ -1603,9 +1603,10 @@ template<bool have_reference> inline void fil_space_t::flush()
|
|||
}
|
||||
else if (have_reference)
|
||||
flush_low();
|
||||
else if (!(acquire_low() & STOPPING))
|
||||
else
|
||||
{
|
||||
flush_low();
|
||||
if (!(acquire_low() & (STOPPING | CLOSING)))
|
||||
flush_low();
|
||||
release();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue