mirror of https://github.com/MariaDB/server
Browse Source
Before the MDEV-11520 fixes, fil_extend_space_to_desired_size() in MariaDB Server 5.5 incorrectly passed the desired file size as the third argument to posix_fallocate(), even though the length of the extension should have been passed. This looks like a regression that was introduced in the 5.5 version of MDEV-5746.pull/328/head
2 changed files with 10 additions and 12 deletions
Loading…
Reference in new issue