summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
Commit message (Expand)AuthorAgeFilesLines
* Merge maint2.mysql.com:/data/localhome/tsmith/bk/g51unknown2006-09-041-288/+429
|\
| * mysql-test-run.pl:unknown2006-09-021-1/+1
| * Turn on reorder as default.unknown2006-09-011-1/+1
| * Turn off reorder as defaultunknown2006-09-011-1/+1
| * Use "--skip-innodb" if running with testcases that does not need innodbunknown2006-09-011-5/+5
| * Only install the first masters db and copy it for the otherunknown2006-08-311-2/+15
| * Merge bk-internal:/home/bk/mysql-5.1-new-maintunknown2006-08-311-68/+97
| |\
| | * Bug#21721 Test suite does not start with NDB, hangs forever; problem around "...unknown2006-08-311-4/+20
| | * Break out functions do_before_run_mysqltest and do_after_run_mysqltestunknown2006-08-231-46/+48
| | * Turn on reorder by defaultunknown2006-08-211-1/+1
| | * Break out and create new function 'run_testcase_check_skip_test' unknown2006-08-211-29/+40
| * | Merge salvation.intern.azundris.com:/home/tnurnberg/mysql-5.1unknown2006-08-241-2/+3
| |\ \ | | |/
| | * Move the initialisation of "NDB_STATUS_OK" env variable to after cluster has ...unknown2006-08-201-2/+3
| * | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-211-4/+2
| |\ \
| * \ \ Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-211-2/+4
| |\ \ \ | | |_|/ | |/| |
| * | | Merge shellback.(none):/home/msvensson/mysql/bug20219/my51-bug20219unknown2006-08-161-218/+315
| |\ \ \
| | * | | Fix indentationunknown2006-08-161-1/+2
| | * | | Merge bk-internal:/home/bk/mysql-5.1-new-maintunknown2006-08-161-225/+313
| | |\ \ \
| | | * | | Move initializations of environment variables that are constant during the wh...unknown2006-08-161-224/+307
| * | | | | Merge shellback.(none):/home/msvensson/mysql/bug20219/my50-bug20219unknown2006-08-161-12/+17
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Post-merge fixes.unknown2006-08-301-251/+12
* | | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0unknown2006-08-211-12/+16
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Bug#20219 make bin-dist produces unportable for testing tarballunknown2006-08-161-12/+17
* | | | | mysql-test/mysql-test-run.pl : Use fixed path names for all NDB binaries,unknown2006-08-211-4/+2
| |_|_|/ |/| | |
* | | | mysql-test-run.pl : Fix the search path for "ndb_mgmd" and "ndbd". bug#21721unknown2006-08-181-2/+4
| |/ / |/| |
* | | Merge zim.(none):/home/brian/mysql/dep-5.1unknown2006-08-141-3/+0
|\ \ \
| * | | This is the second patch for bdb removeal. This takes care of all options and...unknown2006-08-101-3/+0
| | |/ | |/|
* | | Merge bodhi.local:/opt/local/work/tmp_mergeunknown2006-08-121-27/+78
|\ \ \ | |/ / |/| / | |/
| * Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-08-031-9/+38
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-9/+38
| | |\
| | | * Don't complain in the error log about IM shutdown unlessunknown2006-07-271-9/+16
| | | * Fix for BUG#20716: SHOW INSTANCES statement causes races in IM tests.unknown2006-07-201-0/+22
| * | | Add missing $unknown2006-08-011-1/+1
| * | | Bug#21367 IM tests do not recognize "win2003-amd64" as Windowsunknown2006-08-011-0/+7
| * | | Bug#20145 perror segfault when call it with error nrunknown2006-07-241-0/+8
| |/ /
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1unknown2006-08-021-2/+10
|\ \ \
| * \ \ Merge neptunus.(none):/home/msvensson/mysql/my51-m-bug19535unknown2006-08-011-2/+10
| |\ \ \
| | * | | Bug#19535 mysql-test-run cannot handle crashing test casesunknown2006-07-201-0/+5
| | * | | Update 'abort_not_supported_test' to print a reason why the test was abortedunknown2006-07-191-2/+5
* | | | | Merge rama.(none):/home/jimw/my/tmp_mergeunknown2006-07-281-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.0unknown2006-07-131-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | A patch to Bug#17667 didn't take into consideration that the vardir, which co...unknown2006-07-101-0/+1
| * | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-061-0/+5
| |\ \ \ | | |/ / | |/| |
* | | | Add support for valgrind with callgrindunknown2006-07-261-6/+28
* | | | Change mtr_error to mtr_warning allowing processing to continue when mysqld f...unknown2006-07-261-1/+1
* | | | Add printout of where error occured when printing to error log in 'im_stop'unknown2006-07-261-5/+6
* | | | Fix problem with detecting wheter im processes has shutdown cleanlyunknown2006-07-261-24/+17
| |_|/ |/| |
* | | Fix erroneous join function useunknown2006-07-181-2/+1
* | | Add verbose printouts for im_start and im_stopunknown2006-07-181-17/+16
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-07-151-11/+24
|\ \ \