mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
- While creating a new InnoDB segment, allocates the extent before allocating the inode or page allocation even though the pages are present in fragment segment. This patch does reserve the extent when InnoDB ran out of fragment pages in the tablespace.