summaryrefslogtreecommitdiff
path: root/mysql-test/lib/My/Handles.pm
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-20421: big_innodb_log reliably fails on buildbot WindowsVlad Lesin2019-09-061-3/+5
| | | | | | | | | | The test fails because it reuses mysqltest perl code to copy directory tree, and this code contains Windows-specific piece which outputs some diagnostic information. The patch introduces new parameter for that Windows-specific perl code to have the ability to suppress diagnostic output on the corresponding mysqltest perl module initialization.
* MTR : improve detection of handles.exe on Windows.Vladislav Vaintroub2019-08-261-2/+2
| | | | | Depending on version, "handle.exe -?" can output either "Handle v4.0" or "Nthandle v4.1"
* Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * Update wrong zip-code
* Updated/added copyright headersKent Boortz2011-06-301-1/+1
|\
| * Updated/added copyright headersKent Boortz2011-06-301-1/+2
| |
* | Unset the execute bit where it's not needed.Davi Arnaut2010-07-031-0/+0
|/
* WL4189 Add Handles.pm and use it from My::File::Path to show open handles. ↵Magnus Svensson2008-10-061-0/+69
Rewrite rmtree to use File::Find so we can get better debug printouts when something fails