summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print the newly found version number in human readable formatunknown2006-10-051-2/+3
* Add policy directive about keeping mysqltest framework tools identical in all...unknown2006-10-051-28/+15
* No need to pass --valgrind to mysqltest anymore, the simple task ofunknown2006-10-051-5/+5
* Make use of $opt_mem" and let 4.1 allow --vardir to be set. Still relies on t...unknown2006-10-051-1/+4
* Use same --slave-load-tmpdir in all versions(backport from 5.0)unknown2006-10-051-4/+0
* Add new option --mem to mysql-test-run.pl. It will automatically setup a symlinkunknown2006-10-051-8/+63
* 5.0 is also using the somewhat larger config for clusterunknown2006-10-051-2/+2
* Add regex to detect the empty line that end the variable list. unknown2006-10-051-3/+13
* Print warning message if test was failed becuase of cluster install failureunknown2006-10-051-13/+16
* Set the environment variable NDB_STATUS_OK to indicate that cluster is instal...unknown2006-10-051-0/+13
* Fix detection of debug binaries. If mysqld ouputs "debug xx" in the variable ...unknown2006-10-051-1/+1
* Set the small configuration a little bit larger for 4.1unknown2006-10-051-5/+16
* Add skip-bdb to im defaults file in 5.0unknown2006-10-041-1/+4
* Only setup cmdline_myslslap if exe_mysqlslap definedunknown2006-10-041-10/+13
* Look for mysqlslap from 5.1, it's also available on windowsunknown2006-10-041-13/+14
* Use switch --old-log-format to mysqld started by im only in 5.1 and up unknown2006-10-041-1/+4
* Clean up de_before_start_master/slaveunknown2006-10-041-36/+21
* Set slave_load_path to ../../var/tmp in version prior to 5.0 to be compatible...unknown2006-10-041-1/+6
* Create the mysqld.spec file with a unique name in mysql-test dir, $opt_var_di...unknown2006-10-041-1/+1
* --ndb-extra-logging option to mysqld is not available until 5.1unknown2006-10-041-2/+2
* Fixup the regex's parsing the mysqld's version and variablesunknown2006-10-041-26/+78
* Backport from 5.1unknown2006-10-041-946/+2685
* Dont' ever use cluster for slave in 4.1unknown2006-08-261-1/+1
* Ignore --skip-im if specified on command line unknown2006-08-251-0/+2
* Add mysqld-max-nt to list of mysqld executales to look for on windowsunknown2006-08-251-1/+2
* Backport from 5.0 a fix that will start ndb only for tests that needs itunknown2006-08-251-2/+26