summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2006-12-041-0/+2
|\
| * fixed compilation failure on hpuxholyfoot/hf@mysql.com/deer.(none)2006-11-291-0/+2
* | Bug#24389 mysqltest: Could not open connection 'default': 2013 Lost connectio...msvensson@neptunus.(none)2006-12-041-2/+4
* | Add "chmod" command to mysqltestmsvensson@neptunus.(none)2006-11-301-1/+44
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2006-11-281-10/+79
|\ \ | |/
| * mergingholyfoot/hf@mysql.com/deer.(none)2006-11-161-19/+14
| * Merge bk@192.168.21.1:mysql-4.1holyfoot/hf@mysql.com/deer.(none)2006-11-161-8/+82
| |\
| | * merging fixholyfoot/hf@mysql.com/deer.(none)2006-10-241-2/+2
| | * WL#3475 (Threads for the embedded server in mysqltest)holyfoot/hf@mysql.com/deer.(none)2006-10-231-13/+89
* | | Merge 192.168.0.4:mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-11-211-3/+1
|\ \ \
| * | | Remove unused variablemsvensson@neptunus.(none)2006-11-211-3/+1
* | | | Add missing semicolon msvensson@shellback.(none)2006-11-211-1/+1
* | | | Fix mysqltest to automatically replace \ with / also inmsvensson@shellback.(none)2006-11-201-3/+11
|/ / /
* | | Pass location of charsets dir to mysqltest to avoid using the charsetdir loca...msvensson@neptunus.(none)2006-11-081-5/+15
|/ /
* | Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@shellback.(none)2006-11-021-0/+2
|\ \
| * \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintramil/ram@mysql.com/myoffice.izhnet.ru2006-11-021-0/+2
| |\ \
| | * | Fix for bug #22913: mysql --quick doesn't report some errors.ramil/ram@mysql.com/myoffice.izhnet.ru2006-11-021-0/+2
* | | | Make variables static to please Netware compilermsvensson@shellback.(none)2006-10-311-18/+18
|/ / /
* | | Enable the ATTRIBUTE_FORMAT macros to check format of variable arg parametersmsvensson@neptunus.(none)2006-10-241-4/+4
* | | Add command "exit" to mysqltest, it will stop processing any moremsvensson@neptunus.(none)2006-10-191-3/+10
* | | Backport test cases fixes from 5.0msvensson@neptunus.(none)2006-10-191-0/+1
* | | Use char as datatype for the byte that are read with my_fgetc, fixes problem ...msvensson@shellback.(none)2006-10-141-1/+1
* | | Improving debugging support in 'read_line' functionmsvensson@shellback.(none)2006-10-141-8/+18
* | | Use 'my_strnncoll_simple' instead of 'strncasecmp'msvensson@shellback.(none)2006-10-131-2/+4
* | | Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINTmsvensson@shellback.(none)2006-10-121-5/+3
* | | Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@shellback.(none)2006-10-122-2610/+4804
|\ \ \
| * | | Move the reconnect variable to beginning of functionmsvensson@shellback.(none)2006-10-121-3/+3
| * | | Only print cur_file->filename if cur_file->file is setmsvensson@shellback.(none)2006-10-121-3/+8
| * | | Fixes for embedded server testmsvensson@shellback.(none)2006-10-111-1/+1
| * | | Fix some bad code in mysqltest.c which cause segfaultmsvensson@shellback.(none)2006-10-111-7/+0
| * | | vsnprintf is not available on win2003-x86 host, as this is just a debug funct...msvensson@shellback.(none)2006-10-081-0/+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
| * | | Two implementations of "get_err_code_from_name", one use if mysqld_ername.h i...msvensson@neptunus.(none)2006-10-071-11/+12
| * | | Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_toolsmsvensson@neptunus.(none)2006-10-062-2610/+4797
| |\ \ \ | | |_|/ | |/| |
| | * | Add printout of file in which warning was detectedmsvensson@neptunus.(none)2006-10-061-1/+12
| | * | Add policy directive about keeping mysqltest framework tools identical in all...msvensson@neptunus.(none)2006-10-051-0/+2
| | * | Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails)msvensson@neptunus.(none)2006-10-051-86/+95
| | * | Improve "check_eol_junk" to detect junk although there are multi line comment...msvensson@neptunus.(none)2006-10-051-8/+36
| | * | Update "get_errcode_from_name"msvensson@neptunus.(none)2006-10-041-5/+4
| | * | Don't print version in error message, just too messy to test msvensson@shellback.(none)2006-10-041-1/+1
| | * | Add possibility to send warnings about suspicious commands in .test file to <...msvensson@neptunus.(none)2006-10-041-58/+167
| | * | Fix problem when both option SSL and COMPRESS specifiedmsvensson@neptunus.(none)2006-10-031-1/+6
| | * | Fix typomsvensson@shellback.(none)2006-10-031-1/+1
| | * | Update mysqltest to latest versionmsvensson@shellback.(none)2006-10-032-2588/+4612
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintcmiller@zippy.cornsilk.net2006-10-091-0/+15
|\ \ \ \
| * | | | Bug#17583: mysql drops connection when stdout is not writablecmiller@zippy.cornsilk.net2006-10-091-0/+15
| | |/ / | |/| |
* | | | Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19660/my41-bug19660iggy@rolltop.ignatz42.dyndns.org2006-10-041-5/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Bug#19660 mysqldump --single-transaction should be with CONSISTENT SNAPSHOTiggy@rolltop.ignatz42.dyndns.org2006-10-031-5/+3
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintramil/ram@mysql.com/myoffice.izhnet.ru2006-09-181-2/+2
|\ \ \ | |_|/ |/| |