mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
15139964d5
241 changed files with 5669 additions and 10038 deletions
|
|
@ -850,8 +850,8 @@ bool recv_sys_t::recover_deferred(recv_sys_t::map::iterator &p,
|
|||
!my_test_if_thinly_provisioned(node->handle);
|
||||
#endif
|
||||
if (!os_file_set_size(node->name, node->handle,
|
||||
size * fil_space_t::physical_size(flags),
|
||||
is_sparse))
|
||||
(size * fil_space_t::physical_size(flags)) &
|
||||
~4095ULL, is_sparse))
|
||||
{
|
||||
space->release();
|
||||
goto fail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue