mariadb/mysql-test/lib/My
Davi Arnaut 93fb8bb235 Bug#53445: Build with -Wall and fix warnings that it generates
Apart strict-aliasing warnings, fix the remaining warnings
generated by GCC 4.4.4 -Wall and -Wextra flags.

One major source of warnings was the in-house function my_bcmp
which (unconventionally) took pointers to unsigned characters
as the byte sequences to be compared. Since my_bcmp and bcmp
are deprecated functions whose only difference with memcmp is
the return value, every use of the function is replaced with
memcmp as the special return value wasn't actually being used
by any caller.

There were also various other warnings, mostly due to type
mismatches, missing return values, missing prototypes, dead
code (unreachable) and ignored return values.
2010-07-02 15:30:47 -03:00
..
File Bug #43570 MTR2 hangs when test fails and named pipe created 2009-04-01 16:23:10 +02:00
SafeProcess Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-02 15:30:47 -03:00
Config.pm WL#4350 Options in my.cnf style config file should not start with -- 2008-09-05 15:31:09 +02:00
ConfigFactory.pm Fixed incomplete merge of 48878, embedded tests fail on Windows 2010-02-19 13:45:25 +01:00
CoreDump.pm change order of cdb parameters to workaround a bug , where command (-c) is not evaluated if -i ,-y or -z contains an invalid path. 2009-03-24 14:44:21 +01:00
Find.pm Versional testing support 2008-09-20 16:51:31 +03:00
Handles.pm WL4189 Add Handles.pm and use it from My::File::Path to show open handles. Rewrite rmtree to use File::Find so we can get better debug printouts when something fails 2008-10-06 19:51:33 +02:00
Options.pm Add support for running in parallel 2008-04-24 13:02:53 +02:00
Platform.pm Bug #45771 AIX and i5/OS Perl bug: check_socket_path_length in MTR fails 2009-08-06 09:30:53 +02:00
SafeProcess.pm Bug #47978 timer : expired after 90 seconds 2009-11-24 09:12:48 +01:00
SysInfo.pm WL#4189 Set parallel to 1 if running under vmware on windows 2008-10-11 17:30:26 +02:00
Test.pm Bug#40715 mtr fails when running the same test case in parallel threads 2008-11-14 11:49:12 +01:00