summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
Commit message (Expand)AuthorAgeFilesLines
* minor fixunknown2006-11-291-1/+0
* MTR_BUILD_THREAD=auto selects a value for MTR_BUILD_THREAD from a pool (WL#2690)unknown2006-11-171-0/+10
* mysql-test-run.pl:unknown2006-11-111-6/+14
* Merge trift2.:/MySQL/M41/clone-4.1unknown2006-11-101-2/+20
|\
| * mysql-test/mysql-test-run.pl + mysql-test/mysql-test-run.shunknown2006-11-011-2/+21
* | add --report-features to mysql-test-run.plunknown2006-11-101-3/+49
* | Remove warning, exe_mysql_fix_system_tables are not available on windowsunknown2006-10-311-8/+10
* | Update the binlog format parse routine to only be avaliable in 5.1 and allow ...unknown2006-10-251-11/+8
* | Add valgrinding support for mysql_client_testunknown2006-10-251-44/+54
* | Set flag opt_skip_ndbcluster_slave if no slaves are being used.unknown2006-10-251-3/+19
* | Adapt mysql-test-run.pl to mysqld in 5.1 using "mixed" binlog format by default unknown2006-10-241-0/+8
* | Pass --core-file option to mysqld when bootstrappingunknown2006-10-241-0/+1
* | Remove debug printout unknown2006-10-241-2/+0
* | Run mysql_client_test without --silentunknown2006-10-241-1/+1
* | Add analyze_testcase_failure which is called when mysqltest has failedunknown2006-10-241-0/+56
* | Avoid matching the trailing carriage return when parsing the mysqld.spec fileunknown2006-10-231-2/+2
* | The vardir trick can only bge used on platforms with native symlinks - otherw...unknown2006-10-231-3/+7
* | Don't use the "4.1 vardir trick" on OS that does not have native symlink(i.e ...unknown2006-10-231-1/+2
* | If "var" is a symlink which does not point to anything, remove it before crea...unknown2006-10-231-0/+5
* | As both ndb and im are components that may be disabled as well as the binarie...unknown2006-10-231-67/+119
* | Init some variables that changes between test cases direclty in run_testcaseunknown2006-10-201-6/+10
* | Adapt to running from "binary dist"unknown2006-10-191-33/+33
* | Stop all timers before exiting when --start-and-exit unknown2006-10-181-0/+1
* | Make --with-ndbcluster only be valid together with --benchunknown2006-10-181-21/+29
* | Remove warningsunknown2006-10-171-14/+11
* | When calculating what features to use for _this_ test run, don't look at test...unknown2006-10-171-0/+2
* | Use char as datatype for the byte that are read with my_fgetc, fixes problem ...unknown2006-10-141-1/+1
* | Skip looking for mysql_client_test in 4.1 on windows as it's not built by def...unknown2006-10-141-8/+17
* | Look for client bindirs client_release and client_debug before other director...unknown2006-10-131-3/+4
* | Improve function that finds the reason why test was skipped, the old version ...unknown2006-10-131-4/+28
* | Skip looking for ndbapi-examples in 4.1, not part of distunknown2006-10-121-7/+13
* | Add missing semicolonunknown2006-10-121-1/+1
* | Add win paths for mysql_client_testunknown2006-10-121-3/+4
* | Look for mysql_client_test in $path_client_bindirunknown2006-10-121-1/+1
* | Fix unhandled exception in mysql-test-run.pl, creating a dir that already existunknown2006-10-121-5/+12
* | Fixes for embedded server testunknown2006-10-111-4/+14
* | mtr_im_stop returns 1 if all is wellunknown2006-10-111-1/+1
* | Improve restart logic all code to detect restart is now in the functionsunknown2006-10-111-80/+68
* | Print names of testcases that failed check_testcase, this makes it easierunknown2006-10-081-1/+10
* | Do the check of special mysqld exe for master or slave after command line arg...unknown2006-10-081-3/+6
* | Move list of mysqls src dirs into lib/mtr_gcov.pl as it's only used from thereunknown2006-10-081-16/+0
* | When looking for client binary directories it necessary to look for the one s...unknown2006-10-081-3/+3
* | Reorder the order of feature checks a bitunknown2006-10-081-39/+64
* | Add error handling of failure to start server to "run_testcase_start_servers"unknown2006-10-061-14/+34
* | Fix problem with specifying vardir, mysql_version_id was not yet available wh...unknown2006-10-061-44/+64
* | Modify regex for parsing mysqld version as the mysqld is sometimes a libtool ...unknown2006-10-061-1/+3
* | Always need restart for im_* testsunknown2006-10-061-0/+5
* | Improve 'run_testcase_need_master_restart' to require restart if master is no...unknown2006-10-061-51/+34
* | Rename "snapshot_setup" to "datadir_setup" as that is what is done by it.unknown2006-10-061-3/+5
* | Add printout of file in which warning was detectedunknown2006-10-061-7/+8