mariadb/mysql-test/lib
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
..
My Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-02 15:30:47 -03:00
t Use My::Platform 2008-02-20 14:55:30 +01:00
v1 Upmerge and port 46882 2010-06-14 11:31:22 +02:00
mtr_cases.pm BUG#54161: MTR: disabled.def lists don't work with FQ test names 2010-06-02 12:20:43 +01:00
mtr_gcov.pl Bug#40446 - mysql-test-run --gcov is broken 2009-02-27 12:20:53 +01:00
mtr_gprof.pl Bug #49345 re-introduce gprof to mysql-test-run.pl 2010-01-05 21:35:50 +01:00
mtr_io.pl Bug#39861: 2008-11-14 23:35:32 +03:00
mtr_match.pm Check warnings in servers error log as part of test case 2008-04-08 16:51:26 +02:00
mtr_misc.pl Patch for bug#52913 including all review results and changes of date format. 2010-06-03 10:31:26 +02:00
mtr_process.pl Bug #46882 Suite timeout doesn't kill stray processes 2010-06-14 11:26:42 +02:00
mtr_report.pm Bug #47663 mtr --parallel has weird output 2009-11-04 13:42:22 +01:00
mtr_stress.pl Bug #48683 mysql-stress-test fails with "Value ... invalid for option abort-on-error" 2009-11-19 13:19:11 +01:00
mtr_unique.pm Bug #42804 --parallel option does not work for MTR under ActiveState 2009-04-23 13:35:02 +02:00