summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintunknown2006-11-211-4/+2
|\
| * Merge 192.168.0.4:mysql/mysql-4.1-maintunknown2006-11-211-3/+1
| |\
| | * Remove unused variableunknown2006-11-211-3/+1
| * | Add missing semicolon unknown2006-11-211-1/+1
* | | Merge shellback.(none):/home/msvensson/mysql/mysql-4.1-maintunknown2006-11-201-3/+11
|\ \ \ | |/ /
| * | Fix mysqltest to automatically replace \ with / also inunknown2006-11-201-3/+11
| |/
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintunknown2006-11-081-5/+15
|\ \ | |/
| * Pass location of charsets dir to mysqltest to avoid using the charsetdir loca...unknown2006-11-081-5/+15
* | Fix DBUG_PRINT in mysqltest, the real value to print is in ds_cmdunknown2006-11-031-1/+1
|/
* Make variables static to please Netware compilerunknown2006-10-311-18/+18
* Enable the ATTRIBUTE_FORMAT macros to check format of variable arg parametersunknown2006-10-241-4/+4
* Add command "exit" to mysqltest, it will stop processing any moreunknown2006-10-191-3/+10
* Use char as datatype for the byte that are read with my_fgetc, fixes problem ...unknown2006-10-141-1/+1
* Improving debugging support in 'read_line' functionunknown2006-10-141-8/+18
* Use 'my_strnncoll_simple' instead of 'strncasecmp'unknown2006-10-131-2/+4
* Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINTunknown2006-10-121-5/+3
* Move the reconnect variable to beginning of functionunknown2006-10-121-3/+3
* Only print cur_file->filename if cur_file->file is setunknown2006-10-121-3/+8
* Fixes for embedded server testunknown2006-10-111-1/+1
* Fix some bad code in mysqltest.c which cause segfaultunknown2006-10-111-7/+0
* vsnprintf is not available on win2003-x86 host, as this is just a debug funct...unknown2006-10-081-0/+4
* Init "saved_expected_errors" at program start, avoids crash where --error is ...unknown2006-10-071-6/+10
* Add comment and remove strange assignment in 'do_exec'unknown2006-10-071-1/+1
* Two implementations of "get_err_code_from_name", one use if mysqld_ername.h i...unknown2006-10-071-11/+12
* Add printout of file in which warning was detectedunknown2006-10-061-1/+12
* Add policy directive about keeping mysqltest framework tools identical in all...unknown2006-10-051-0/+2
* Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails)unknown2006-10-051-86/+95
* Improve "check_eol_junk" to detect junk although there are multi line comment...unknown2006-10-051-8/+36
* Update "get_errcode_from_name"unknown2006-10-041-5/+4
* Don't print version in error message, just too messy to test unknown2006-10-041-1/+1
* Add possibility to send warnings about suspicious commands in .test file to <...unknown2006-10-041-58/+167
* Fix problem when both option SSL and COMPRESS specifiedunknown2006-10-031-1/+6
* Fix typounknown2006-10-031-1/+1
* Update mysqltest to latest versionunknown2006-10-031-2587/+4609
* BUG#21217 "mysqltest" client is inconsistent when to log a line numberunknown2006-07-301-2/+4
* mysqltest.c:unknown2006-03-031-4/+5
* mysql-test-run.sh:unknown2006-02-281-3/+4
* mysqltest.c:unknown2006-02-281-9/+10
* mysqltest.c:unknown2006-02-281-8/+8
* Bug #15302 LOAD DATA FROM MASTER -> Packets out of order (Found: 2, expected 1)unknown2006-01-311-4/+4
* Check for NULLs only if we don't replace column results,unknown2005-10-311-4/+9
* The "exit" command of mysqltest is quite useful when writing tests for 4.1 so...unknown2005-10-051-2/+7
* Many files:unknown2005-09-291-9/+10
* - compile fix: don't use C++ - style comments in .c files!unknown2005-09-281-1/+1
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-271-25/+29
|\
| * BUG#12959 mysqltest crashes if testcase passed with -x optionunknown2005-09-201-8/+16
| * Improved outputunknown2005-09-201-1/+2
| * Clean up printout of line numbersunknown2005-09-191-16/+11
* | Makefile.am:unknown2005-09-241-1/+5
* | Bug #13384 mysqltest, no protocol when script contains only lines with evalunknown2005-09-221-0/+1