mariadb/mysql-test/lib/My
Sven Sandberg 75017750c3 BUG#41959: mtr: error message when mkpath() fails and the file exists but is not directory
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.


mysql-test/lib/My/File/Path.pm:
  mkpath() now stops with appropriate error message if the target
  exists but is a non-directory.
2009-01-08 14:28:40 +01:00
..
File BUG#41959: mtr: error message when mkpath() fails and the file exists but is not directory 2009-01-08 14:28:40 +01:00
SafeProcess
Config.pm
ConfigFactory.pm
CoreDump.pm BUG#38817: please make mtr analyze crashes better 2008-10-13 18:14:30 +02:00
Find.pm
Handles.pm
Options.pm
Platform.pm
SafeProcess.pm
SysInfo.pm
Test.pm Bug#40715 mtr fails when running the same test case in parallel threads 2008-11-14 11:49:12 +01:00