mirror of
https://github.com/MariaDB/server.git
synced 2025-08-24 14:48:09 +03:00
Problem: when mtr tries to create a directory, and the target exists but is a file instead of directory, it tries several times to create the directory again before it fails. Fix: make it check if the target exists and is a non-directory.