mariadb/storage/innobase/fsp
Marko Mäkelä 0cda0e4e15 MDEV-31080 fil_validate() failures during deferred tablespace recovery
fil_space_t::create(), fil_space_t::add(): Expect the caller to
acquire and release fil_system.mutex. In this way, creating a tablespace
and adding the first (usually only) data file will be atomic.

recv_sys_t::recover_deferred(): Correctly protect some changes by
holding fil_system.mutex.

Tested by: Matthias Leich
2023-04-19 18:56:58 +03:00
..
fsp0file.cc Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
fsp0fsp.cc MDEV-30638 Deadlock between INSERT and InnoDB non-persistent statistics update 2023-02-16 08:30:20 +02:00
fsp0space.cc MDEV-31080 fil_validate() failures during deferred tablespace recovery 2023-04-19 18:56:58 +03:00
fsp0sysspace.cc MDEV-31080 fil_validate() failures during deferred tablespace recovery 2023-04-19 18:56:58 +03:00