summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINTmsvensson@shellback.(none)2006-10-122-6/+5
* Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@shellback.(none)2006-10-1276-4544/+11063
|\
| * Add missing semicolonmsvensson@shellback.(none)2006-10-121-1/+1
| * Move the reconnect variable to beginning of functionmsvensson@shellback.(none)2006-10-121-3/+3
| * Add win paths for mysql_client_testmsvensson@shellback.(none)2006-10-121-3/+4
| * Look for mysql_client_test in $path_client_bindirmsvensson@shellback.(none)2006-10-121-1/+1
| * Fix unhandled exception in mysql-test-run.pl, creating a dir that already existmsvensson@shellback.(none)2006-10-122-18/+12
| * Only print cur_file->filename if cur_file->file is setmsvensson@shellback.(none)2006-10-121-3/+8
| * Add DBUG_ASSERT to check that mysql is not null when mysql_reconnect is calledmsvensson@shellback.(none)2006-10-121-0/+2
| * Fixes for embedded server testmsvensson@shellback.(none)2006-10-112-5/+15
| * mtr_im_stop returns 1 if all is wellmsvensson@shellback.(none)2006-10-111-1/+1
| * Improve restart logic all code to detect restart is now in the functionsmsvensson@shellback.(none)2006-10-114-138/+115
| * Fix some bad code in mysqltest.c which cause segfaultmsvensson@shellback.(none)2006-10-111-7/+0
| * Print names of testcases that failed check_testcase, this makes it easiermsvensson@shellback.(none)2006-10-083-2/+84
| * Do the check of special mysqld exe for master or slave after command line arg...msvensson@shellback.(none)2006-10-081-3/+6
| * Move list of mysqls src dirs into lib/mtr_gcov.pl as it's only used from theremsvensson@shellback.(none)2006-10-082-17/+17
| * vsnprintf is not available on win2003-x86 host, as this is just a debug funct...msvensson@shellback.(none)2006-10-081-0/+4
| * When looking for client binary directories it necessary to look for the one s...msvensson@shellback.(none)2006-10-081-3/+3
| * Reorder the order of feature checks a bitmsvensson@shellback.(none)2006-10-081-39/+64
| * Fix spelling errormsvensson@neptunus.(none)2006-10-072-4/+4
| * Init "saved_expected_errors" at program start, avoids crash where --error is ...msvensson@neptunus.(none)2006-10-071-6/+10
| * Add comment and remove strange assignment in 'do_exec'msvensson@neptunus.(none)2006-10-071-1/+1
| * Improve sort algorithm for reorder, all test with smae name except for ending...msvensson@neptunus.(none)2006-10-071-18/+52
| * Two implementations of "get_err_code_from_name", one use if mysqld_ername.h i...msvensson@neptunus.(none)2006-10-071-11/+12
| * Add error handling of failure to start server to "run_testcase_start_servers"msvensson@neptunus.(none)2006-10-062-17/+39
| * Fix problem with specifying vardir, mysql_version_id was not yet available wh...msvensson@neptunus.(none)2006-10-063-57/+67
| * Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_toolsmsvensson@neptunus.(none)2006-10-061-1/+3
| |\
| | * Modify regex for parsing mysqld version as the mysqld is sometimes a libtool ...msvensson@neptunus.(none)2006-10-061-1/+3
| * | Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_toolsmsvensson@neptunus.(none)2006-10-0669-4464/+10814
| |\ \ | | |/
| | * Always need restart for im_* testsmsvensson@neptunus.(none)2006-10-061-0/+5
| | * Only print thesort order debug printout if using script-debug msvensson@neptunus.(none)2006-10-061-6/+6
| | * Improve 'run_testcase_need_master_restart' to require restart if master is no...msvensson@neptunus.(none)2006-10-062-64/+52
| | * Rename "snapshot_setup" to "datadir_setup" as that is what is done by it.msvensson@neptunus.(none)2006-10-061-3/+5
| | * Add printout of file in which warning was detectedmsvensson@neptunus.(none)2006-10-063-10/+22
| | * Add target to Makefile which uses the much faster --mem switch to mysql-test-...msvensson@neptunus.(none)2006-10-051-0/+5
| | * Print the newly found version number in human readable formatmsvensson@neptunus.(none)2006-10-051-2/+3
| | * Open input file with "<" not ">>"msvensson@neptunus.(none)2006-10-051-1/+1
| | * Add policy directive about keeping mysqltest framework tools identical in all...msvensson@neptunus.(none)2006-10-052-28/+17
| | * No need to pass --valgrind to mysqltest anymore, the simple task ofmsvensson@neptunus.(none)2006-10-051-5/+5
| | * Make use of $opt_mem" and let 4.1 allow --vardir to be set. Still relies on t...msvensson@neptunus.(none)2006-10-051-1/+4
| | * Use same --slave-load-tmpdir in all versions(backport from 5.0)msvensson@neptunus.(none)2006-10-056-17/+15
| | * Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails)msvensson@neptunus.(none)2006-10-051-86/+95
| | * Add new option --mem to mysql-test-run.pl. It will automatically setup a symlinkmsvensson@neptunus.(none)2006-10-051-8/+63
| | * 5.0 is also using the somewhat larger config for clustermsvensson@neptunus.(none)2006-10-051-2/+2
| | * Add regex to detect the empty line that end the variable list. msvensson@neptunus.(none)2006-10-051-3/+13
| | * Print warning message if test was failed becuase of cluster install failuremsvensson@neptunus.(none)2006-10-051-13/+16
| | * Set the environment variable NDB_STATUS_OK to indicate that cluster is instal...msvensson@neptunus.(none)2006-10-052-0/+14
| | * Improve "check_eol_junk" to detect junk although there are multi line comment...msvensson@neptunus.(none)2006-10-053-14/+121
| | * Fix detection of debug binaries. If mysqld ouputs "debug xx" in the variable ...msvensson@neptunus.(none)2006-10-051-1/+1
| | * Set the small configuration a little bit larger for 4.1msvensson@neptunus.(none)2006-10-051-5/+16