mirror of
https://github.com/MariaDB/server.git
synced 2025-12-06 05:42:06 +03:00
Make check_db_dir_existence() use a cache of existing directories clear the cache whenever any directory is removed. With this, the cost of check_db_dir_existence() will usually be a cost of acquiring/releasing a non-contended readwrite lock in shared mode, much less than going to the kernel and filesystem to check for file existence
61 KiB
61 KiB