summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-1272-1934/+6252
|\
| * 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-122-18/+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-114-138/+115
| * Print names of testcases that failed check_testcase, this makes it easierunknown2006-10-083-2/+84
| * 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-082-17/+17
| * 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
| * Fix spelling errorunknown2006-10-072-4/+4
| * 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-062-17/+39
| * Fix problem with specifying vardir, mysql_version_id was not yet available wh...unknown2006-10-063-57/+67
| * Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_toolsunknown2006-10-061-1/+3
| |\
| | * Modify regex for parsing mysqld version as the mysqld is sometimes a libtool ...unknown2006-10-061-1/+3
| * | Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_toolsunknown2006-10-0666-1854/+6012
| |\ \ | | |/
| | * Always need restart for im_* testsunknown2006-10-061-0/+5
| | * 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-062-64/+52
| | * 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-062-9/+10
| | * Print the newly found version number in human readable formatunknown2006-10-051-2/+3
| | * Open input file with "<" not ">>"unknown2006-10-051-1/+1
| | * 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-056-17/+15
| | * 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-052-0/+14
| | * Improve "check_eol_junk" to detect junk although there are multi line comment...unknown2006-10-052-6/+85
| | * 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
| | * Use replace_regex to mask the output of file_id= in "show binlog events" that...unknown2006-10-042-2/+4
| | * 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-042-27/+78
| | * Backport from 5.1unknown2006-10-049-1286/+4569