summaryrefslogtreecommitdiff
path: root/mysql-test/lib
Commit message (Expand)AuthorAgeFilesLines
* MySQL versions before 5.0 still use cygwin, no needunknown2007-03-011-0/+6
* Bug#20166 mysql-test-run.pl does not test system privilege tables creationunknown2007-02-281-471/+0
* Bug#26416 mysql-test-run exits with "Hangup" when piped to grepunknown2007-02-281-8/+2
* Bug#26686 mysql-test-run.pl aborts when waitpid returns -1unknown2007-02-281-9/+20
* Workaround for problem where cygwin's bash/sh randomly fails with error 128 w...unknown2007-02-161-0/+11
* Merge neptunus.(none):/home/msvensson/mysql/my41-nmjunknown2007-02-061-2/+3
|\
| * Always use two masters for ndb testsunknown2007-01-161-2/+3
* | Merge siva.hindu.god:/usr/home/tim/m/bk/g41unknown2006-12-211-3/+9
|\ \ | |/ |/|
| * Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1unknown2006-12-111-3/+9
| |\
| | * do not autorelease build ids when a child of mysql-test-run.pl diesunknown2006-12-071-3/+9
* | | Count number of masters the test is actually using and only start asunknown2006-12-201-5/+2
* | | Improve error message that describes waitpid($pid) returned unexpected resultunknown2006-12-121-1/+2
|/ /
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2006-12-041-1/+1
|\ \ | |/
| * minor fix to mtr_process.plunknown2006-11-301-1/+1
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2006-11-281-0/+156
|\ \ | |/
| * fixes for mtr_unique.plunknown2006-11-241-3/+40
| * MTR_BUILD_THREAD=auto selects a value for MTR_BUILD_THREAD from a pool (WL#2690)unknown2006-11-171-0/+119
* | Fix problem with mysqladmin logging to var/log before var has been createdunknown2006-11-281-3/+2
* | Backport of patch for bug#24471unknown2006-11-281-1/+5
* | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-11-241-0/+14
|\ \
| * | Do not link /usr/lib/debug/* on Debian <=3.1, as it causes broken stackunknown2006-11-241-0/+14
* | | Get name for .reject and .log files from result file nameunknown2006-11-211-1/+6
|/ /
* | BUG#24274 option "--big-test" of mysql-test-run.pl does not work anymoreunknown2006-11-171-0/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-11-091-2/+2
|\ \ | |/
| * Don't warn about "Found non pid file" for elements that are not files. unknown2006-11-031-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-11-021-0/+15
|\ \ | |/ |/|
| * Bug#23865 mysql-test-run.pl on Windows only supports debug and release config...unknown2006-11-021-0/+15
* | Improve the reading of .pid files from var/rununknown2006-10-312-22/+30
|/
* Skip innodb test if mysqld doesn't have innodb supportunknown2006-10-251-0/+12
* Adapt mysql-test-run.pl to mysqld in 5.1 using "mixed" binlog format by default unknown2006-10-241-0/+1
* Adapt to running from "binary dist"unknown2006-10-191-1/+13
* Fix problem running rpl_timezone on powermacg5, it was not popular to set TZ ...unknown2006-10-191-5/+7
* Put the printf of failed ratio on itäs only line, printf was trickedunknown2006-10-181-2/+3
* Don't stop the time in mtr_timer_timeout, that will be done after testcase or...unknown2006-10-181-4/+2
* Remove some junkunknown2006-10-182-5/+0
* Fix bug where a timer was stopped by calling mtr_timer_stop with a "timer" in...unknown2006-10-181-1/+1
* Make --with-ndbcluster only be valid together with --benchunknown2006-10-181-39/+42
* Remove warningsunknown2006-10-171-6/+1
* Cleanup mtr_timerunknown2006-10-151-8/+14
* No need to continue in 'mtr_report_test_failed' after timeout detected, retur...unknown2006-10-141-0/+1
* Improve the function that parses test files looking for what features it usesunknown2006-10-131-4/+9
* Fix unhandled exception in mysql-test-run.pl, creating a dir that already existunknown2006-10-121-13/+0
* Improve restart logic all code to detect restart is now in the functionsunknown2006-10-111-56/+45
* Print names of testcases that failed check_testcase, this makes it easierunknown2006-10-081-1/+25
* Move list of mysqls src dirs into lib/mtr_gcov.pl as it's only used from thereunknown2006-10-081-1/+17
* Improve sort algorithm for reorder, all test with smae name except for ending...unknown2006-10-071-18/+52
* Add error handling of failure to start server to "run_testcase_start_servers"unknown2006-10-061-3/+5
* Fix problem with specifying vardir, mysql_version_id was not yet available wh...unknown2006-10-062-13/+3
* Only print thesort order debug printout if using script-debug unknown2006-10-061-6/+6
* Improve 'run_testcase_need_master_restart' to require restart if master is no...unknown2006-10-061-13/+18