| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT | msvensson@shellback.(none) | 2006-10-12 | 2 | -6/+5 |
* | Merge bk-internal:/home/bk/mysql-4.1-maint | msvensson@shellback.(none) | 2006-10-12 | 76 | -4544/+11063 |
|\ |
|
| * | Add missing semicolon | msvensson@shellback.(none) | 2006-10-12 | 1 | -1/+1 |
| * | Move the reconnect variable to beginning of function | msvensson@shellback.(none) | 2006-10-12 | 1 | -3/+3 |
| * | Add win paths for mysql_client_test | msvensson@shellback.(none) | 2006-10-12 | 1 | -3/+4 |
| * | Look for mysql_client_test in $path_client_bindir | msvensson@shellback.(none) | 2006-10-12 | 1 | -1/+1 |
| * | Fix unhandled exception in mysql-test-run.pl, creating a dir that already exist | msvensson@shellback.(none) | 2006-10-12 | 2 | -18/+12 |
| * | Only print cur_file->filename if cur_file->file is set | msvensson@shellback.(none) | 2006-10-12 | 1 | -3/+8 |
| * | Add DBUG_ASSERT to check that mysql is not null when mysql_reconnect is called | msvensson@shellback.(none) | 2006-10-12 | 1 | -0/+2 |
| * | Fixes for embedded server test | msvensson@shellback.(none) | 2006-10-11 | 2 | -5/+15 |
| * | mtr_im_stop returns 1 if all is well | msvensson@shellback.(none) | 2006-10-11 | 1 | -1/+1 |
| * | Improve restart logic all code to detect restart is now in the functions | msvensson@shellback.(none) | 2006-10-11 | 4 | -138/+115 |
| * | Fix some bad code in mysqltest.c which cause segfault | msvensson@shellback.(none) | 2006-10-11 | 1 | -7/+0 |
| * | Print names of testcases that failed check_testcase, this makes it easier | msvensson@shellback.(none) | 2006-10-08 | 3 | -2/+84 |
| * | Do the check of special mysqld exe for master or slave after command line arg... | msvensson@shellback.(none) | 2006-10-08 | 1 | -3/+6 |
| * | Move list of mysqls src dirs into lib/mtr_gcov.pl as it's only used from there | msvensson@shellback.(none) | 2006-10-08 | 2 | -17/+17 |
| * | vsnprintf is not available on win2003-x86 host, as this is just a debug funct... | msvensson@shellback.(none) | 2006-10-08 | 1 | -0/+4 |
| * | When looking for client binary directories it necessary to look for the one s... | msvensson@shellback.(none) | 2006-10-08 | 1 | -3/+3 |
| * | Reorder the order of feature checks a bit | msvensson@shellback.(none) | 2006-10-08 | 1 | -39/+64 |
| * | Fix spelling error | msvensson@neptunus.(none) | 2006-10-07 | 2 | -4/+4 |
| * | Init "saved_expected_errors" at program start, avoids crash where --error is ... | msvensson@neptunus.(none) | 2006-10-07 | 1 | -6/+10 |
| * | Add comment and remove strange assignment in 'do_exec' | msvensson@neptunus.(none) | 2006-10-07 | 1 | -1/+1 |
| * | Improve sort algorithm for reorder, all test with smae name except for ending... | msvensson@neptunus.(none) | 2006-10-07 | 1 | -18/+52 |
| * | Two implementations of "get_err_code_from_name", one use if mysqld_ername.h i... | msvensson@neptunus.(none) | 2006-10-07 | 1 | -11/+12 |
| * | Add error handling of failure to start server to "run_testcase_start_servers" | msvensson@neptunus.(none) | 2006-10-06 | 2 | -17/+39 |
| * | Fix problem with specifying vardir, mysql_version_id was not yet available wh... | msvensson@neptunus.(none) | 2006-10-06 | 3 | -57/+67 |
| * | Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools | msvensson@neptunus.(none) | 2006-10-06 | 1 | -1/+3 |
| |\ |
|
| | * | Modify regex for parsing mysqld version as the mysqld is sometimes a libtool ... | msvensson@neptunus.(none) | 2006-10-06 | 1 | -1/+3 |
| * | | Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools | msvensson@neptunus.(none) | 2006-10-06 | 69 | -4464/+10814 |
| |\ \
| | |/ |
|
| | * | Always need restart for im_* tests | msvensson@neptunus.(none) | 2006-10-06 | 1 | -0/+5 |
| | * | Only print thesort order debug printout if using script-debug | msvensson@neptunus.(none) | 2006-10-06 | 1 | -6/+6 |
| | * | Improve 'run_testcase_need_master_restart' to require restart if master is no... | msvensson@neptunus.(none) | 2006-10-06 | 2 | -64/+52 |
| | * | Rename "snapshot_setup" to "datadir_setup" as that is what is done by it. | msvensson@neptunus.(none) | 2006-10-06 | 1 | -3/+5 |
| | * | Add printout of file in which warning was detected | msvensson@neptunus.(none) | 2006-10-06 | 3 | -10/+22 |
| | * | Add target to Makefile which uses the much faster --mem switch to mysql-test-... | msvensson@neptunus.(none) | 2006-10-05 | 1 | -0/+5 |
| | * | Print the newly found version number in human readable format | msvensson@neptunus.(none) | 2006-10-05 | 1 | -2/+3 |
| | * | Open input file with "<" not ">>" | msvensson@neptunus.(none) | 2006-10-05 | 1 | -1/+1 |
| | * | Add policy directive about keeping mysqltest framework tools identical in all... | msvensson@neptunus.(none) | 2006-10-05 | 2 | -28/+17 |
| | * | No need to pass --valgrind to mysqltest anymore, the simple task of | msvensson@neptunus.(none) | 2006-10-05 | 1 | -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-05 | 1 | -1/+4 |
| | * | Use same --slave-load-tmpdir in all versions(backport from 5.0) | msvensson@neptunus.(none) | 2006-10-05 | 6 | -17/+15 |
| | * | Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails) | msvensson@neptunus.(none) | 2006-10-05 | 1 | -86/+95 |
| | * | Add new option --mem to mysql-test-run.pl. It will automatically setup a symlink | msvensson@neptunus.(none) | 2006-10-05 | 1 | -8/+63 |
| | * | 5.0 is also using the somewhat larger config for cluster | msvensson@neptunus.(none) | 2006-10-05 | 1 | -2/+2 |
| | * | Add regex to detect the empty line that end the variable list. | msvensson@neptunus.(none) | 2006-10-05 | 1 | -3/+13 |
| | * | Print warning message if test was failed becuase of cluster install failure | msvensson@neptunus.(none) | 2006-10-05 | 1 | -13/+16 |
| | * | Set the environment variable NDB_STATUS_OK to indicate that cluster is instal... | msvensson@neptunus.(none) | 2006-10-05 | 2 | -0/+14 |
| | * | Improve "check_eol_junk" to detect junk although there are multi line comment... | msvensson@neptunus.(none) | 2006-10-05 | 3 | -14/+121 |
| | * | Fix detection of debug binaries. If mysqld ouputs "debug xx" in the variable ... | msvensson@neptunus.(none) | 2006-10-05 | 1 | -1/+1 |
| | * | Set the small configuration a little bit larger for 4.1 | msvensson@neptunus.(none) | 2006-10-05 | 1 | -5/+16 |