mariadb/mysql-test/lib
unknown 7c5e321bb8 More XtraDB after-merge fixes following review and buildbot runs:
- Better fix for --innodb-use-sys-malloc causing Valgrind warnings.
 - Different fix for INNODB_IBUF_MAX_SIZE variable changing default value.
 - Fix some problems with the safe mutex lazy init patch.

mysql-test/include/mtr_check.sql:
  Do not check INNODB_IBUF_MAX_SIZE for changes. It is not a dynamic variable, so cannot
  be changed by a test case anyway, and the value may vary slightly from one start of the
  server to the next.
mysql-test/lib/mtr_cases.pm:
  Even just starting and stopping the server with --innodb-use-sys-malloc to check for
  disabled test case under valgrind will cause valgrind leak warnings. So add not_valgrind
  to the list of conditions also tested for directly in mysql-test-run.pl.
mysql-test/mysql-test-run.pl:
  Even just starting and stopping the server with --innodb-use-sys-malloc to check for
  disabled test case under valgrind will cause valgrind leak warnings. So add not_valgrind
  to the list of conditions also tested for directly in mysql-test-run.pl.
mysys/thr_mutex.c:
  Fix a few problems found during review of the lazy init safe mutex patch.
storage/xtradb/ibuf/ibuf0ibuf.c:
  Revert previous fix of INNODB_IBUF_MAX_SIZE default varying slightly between server starts.
  (Fixed instead by ignoring that variable in the test suite).
2009-06-22 10:06:35 +02:00
..
My Merged with mysql-5.1 tree. 2009-04-25 13:05:32 +03:00
t Use My::Platform 2008-02-20 14:55:30 +01:00
v1 Merge with base MySQL 5.1 2009-02-15 12:58:34 +02:00
mtr_cases.pm More XtraDB after-merge fixes following review and buildbot runs: 2009-06-22 10:06:35 +02:00
mtr_gcov.pl Bug#40446 - mysql-test-run --gcov is broken 2009-02-27 12:20:53 +01:00
mtr_gprof.pl my_strtoll10-x86.s: 2006-12-31 01:02:27 +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 Use My::Platform 2008-02-20 14:55:30 +01:00
mtr_process.pl Fixed bug in undo_key_delete; Caused crashed key files in recovery 2007-12-17 01:17:37 +02:00
mtr_report.pm bzr merge from guilhem's maria tree to our local 5.1 2009-04-25 12:04:38 +03:00
mtr_stress.pl WL#4189 2007-12-12 18:19:24 +01:00
mtr_unique.pm Fixed problems in merge 2009-05-19 12:28:05 +03:00