| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint | unknown | 2006-11-21 | 1 | -4/+2 |
|\ |
|
| * | Merge 192.168.0.4:mysql/mysql-4.1-maint | unknown | 2006-11-21 | 1 | -3/+1 |
| |\ |
|
| | * | Remove unused variable | unknown | 2006-11-21 | 1 | -3/+1 |
| * | | Add missing semicolon | unknown | 2006-11-21 | 1 | -1/+1 |
* | | | Merge shellback.(none):/home/msvensson/mysql/mysql-4.1-maint | unknown | 2006-11-20 | 1 | -3/+11 |
|\ \ \
| |/ / |
|
| * | | Fix mysqltest to automatically replace \ with / also in | unknown | 2006-11-20 | 1 | -3/+11 |
| |/ |
|
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint | unknown | 2006-11-08 | 1 | -5/+15 |
|\ \
| |/ |
|
| * | Pass location of charsets dir to mysqltest to avoid using the charsetdir loca... | unknown | 2006-11-08 | 1 | -5/+15 |
* | | Fix DBUG_PRINT in mysqltest, the real value to print is in ds_cmd | unknown | 2006-11-03 | 1 | -1/+1 |
|/ |
|
* | Make variables static to please Netware compiler | unknown | 2006-10-31 | 1 | -18/+18 |
* | Enable the ATTRIBUTE_FORMAT macros to check format of variable arg parameters | unknown | 2006-10-24 | 1 | -4/+4 |
* | Add command "exit" to mysqltest, it will stop processing any more | unknown | 2006-10-19 | 1 | -3/+10 |
* | Use char as datatype for the byte that are read with my_fgetc, fixes problem ... | unknown | 2006-10-14 | 1 | -1/+1 |
* | Improving debugging support in 'read_line' function | unknown | 2006-10-14 | 1 | -8/+18 |
* | Use 'my_strnncoll_simple' instead of 'strncasecmp' | unknown | 2006-10-13 | 1 | -2/+4 |
* | Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT | unknown | 2006-10-12 | 1 | -5/+3 |
* | Move the reconnect variable to beginning of function | unknown | 2006-10-12 | 1 | -3/+3 |
* | Only print cur_file->filename if cur_file->file is set | unknown | 2006-10-12 | 1 | -3/+8 |
* | Fixes for embedded server test | unknown | 2006-10-11 | 1 | -1/+1 |
* | Fix some bad code in mysqltest.c which cause segfault | unknown | 2006-10-11 | 1 | -7/+0 |
* | vsnprintf is not available on win2003-x86 host, as this is just a debug funct... | unknown | 2006-10-08 | 1 | -0/+4 |
* | Init "saved_expected_errors" at program start, avoids crash where --error is ... | unknown | 2006-10-07 | 1 | -6/+10 |
* | Add comment and remove strange assignment in 'do_exec' | unknown | 2006-10-07 | 1 | -1/+1 |
* | Two implementations of "get_err_code_from_name", one use if mysqld_ername.h i... | unknown | 2006-10-07 | 1 | -11/+12 |
* | Add printout of file in which warning was detected | unknown | 2006-10-06 | 1 | -1/+12 |
* | Add policy directive about keeping mysqltest framework tools identical in all... | unknown | 2006-10-05 | 1 | -0/+2 |
* | Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails) | unknown | 2006-10-05 | 1 | -86/+95 |
* | Improve "check_eol_junk" to detect junk although there are multi line comment... | unknown | 2006-10-05 | 1 | -8/+36 |
* | Update "get_errcode_from_name" | unknown | 2006-10-04 | 1 | -5/+4 |
* | Don't print version in error message, just too messy to test | unknown | 2006-10-04 | 1 | -1/+1 |
* | Add possibility to send warnings about suspicious commands in .test file to <... | unknown | 2006-10-04 | 1 | -58/+167 |
* | Fix problem when both option SSL and COMPRESS specified | unknown | 2006-10-03 | 1 | -1/+6 |
* | Fix typo | unknown | 2006-10-03 | 1 | -1/+1 |
* | Update mysqltest to latest version | unknown | 2006-10-03 | 1 | -2587/+4609 |
* | BUG#21217 "mysqltest" client is inconsistent when to log a line number | unknown | 2006-07-30 | 1 | -2/+4 |
* | mysqltest.c: | unknown | 2006-03-03 | 1 | -4/+5 |
* | mysql-test-run.sh: | unknown | 2006-02-28 | 1 | -3/+4 |
* | mysqltest.c: | unknown | 2006-02-28 | 1 | -9/+10 |
* | mysqltest.c: | unknown | 2006-02-28 | 1 | -8/+8 |
* | Bug #15302 LOAD DATA FROM MASTER -> Packets out of order (Found: 2, expected 1) | unknown | 2006-01-31 | 1 | -4/+4 |
* | Check for NULLs only if we don't replace column results, | unknown | 2005-10-31 | 1 | -4/+9 |
* | The "exit" command of mysqltest is quite useful when writing tests for 4.1 so... | unknown | 2005-10-05 | 1 | -2/+7 |
* | Many files: | unknown | 2005-09-29 | 1 | -9/+10 |
* | - compile fix: don't use C++ - style comments in .c files! | unknown | 2005-09-28 | 1 | -1/+1 |
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 | unknown | 2005-09-27 | 1 | -25/+29 |
|\ |
|
| * | BUG#12959 mysqltest crashes if testcase passed with -x option | unknown | 2005-09-20 | 1 | -8/+16 |
| * | Improved output | unknown | 2005-09-20 | 1 | -1/+2 |
| * | Clean up printout of line numbers | unknown | 2005-09-19 | 1 | -16/+11 |
* | | Makefile.am: | unknown | 2005-09-24 | 1 | -1/+5 |
* | | Bug #13384 mysqltest, no protocol when script contains only lines with eval | unknown | 2005-09-22 | 1 | -0/+1 |