Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Remove unused variable | msvensson@neptunus.(none) | 2006-11-21 | 1 | -3/+1 | |
* | | | | Add missing semicolon | msvensson@shellback.(none) | 2006-11-21 | 1 | -1/+1 | |
* | | | | Fix mysqltest to automatically replace \ with / also in | msvensson@shellback.(none) | 2006-11-20 | 1 | -3/+11 | |
|/ / / | ||||||
* | | | Pass location of charsets dir to mysqltest to avoid using the charsetdir loca... | msvensson@neptunus.(none) | 2006-11-08 | 1 | -5/+15 | |
|/ / | ||||||
* | | Merge bk-internal:/home/bk/mysql-4.1-maint | msvensson@shellback.(none) | 2006-11-02 | 1 | -0/+2 | |
|\ \ | ||||||
| * \ | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-11-02 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | Fix for bug #22913: mysql --quick doesn't report some errors. | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-11-02 | 1 | -0/+2 | |
* | | | | Make variables static to please Netware compiler | msvensson@shellback.(none) | 2006-10-31 | 1 | -18/+18 | |
|/ / / | ||||||
* | | | Enable the ATTRIBUTE_FORMAT macros to check format of variable arg parameters | msvensson@neptunus.(none) | 2006-10-24 | 1 | -4/+4 | |
* | | | Add command "exit" to mysqltest, it will stop processing any more | msvensson@neptunus.(none) | 2006-10-19 | 1 | -3/+10 | |
* | | | Backport test cases fixes from 5.0 | msvensson@neptunus.(none) | 2006-10-19 | 1 | -0/+1 | |
* | | | Use char as datatype for the byte that are read with my_fgetc, fixes problem ... | msvensson@shellback.(none) | 2006-10-14 | 1 | -1/+1 | |
* | | | Improving debugging support in 'read_line' function | msvensson@shellback.(none) | 2006-10-14 | 1 | -8/+18 | |
* | | | Use 'my_strnncoll_simple' instead of 'strncasecmp' | msvensson@shellback.(none) | 2006-10-13 | 1 | -2/+4 | |
* | | | Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT | msvensson@shellback.(none) | 2006-10-12 | 1 | -5/+3 | |
* | | | Merge bk-internal:/home/bk/mysql-4.1-maint | msvensson@shellback.(none) | 2006-10-12 | 2 | -2610/+4804 | |
|\ \ \ | ||||||
| * | | | Move the reconnect variable to beginning of function | msvensson@shellback.(none) | 2006-10-12 | 1 | -3/+3 | |
| * | | | Only print cur_file->filename if cur_file->file is set | msvensson@shellback.(none) | 2006-10-12 | 1 | -3/+8 | |
| * | | | Fixes for embedded server test | msvensson@shellback.(none) | 2006-10-11 | 1 | -1/+1 | |
| * | | | Fix some bad code in mysqltest.c which cause segfault | msvensson@shellback.(none) | 2006-10-11 | 1 | -7/+0 | |
| * | | | vsnprintf is not available on win2003-x86 host, as this is just a debug funct... | msvensson@shellback.(none) | 2006-10-08 | 1 | -0/+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 | |
| * | | | Two implementations of "get_err_code_from_name", one use if mysqld_ername.h i... | msvensson@neptunus.(none) | 2006-10-07 | 1 | -11/+12 | |
| * | | | Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools | msvensson@neptunus.(none) | 2006-10-06 | 2 | -2610/+4797 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | Add printout of file in which warning was detected | msvensson@neptunus.(none) | 2006-10-06 | 1 | -1/+12 | |
| | * | | Add policy directive about keeping mysqltest framework tools identical in all... | msvensson@neptunus.(none) | 2006-10-05 | 1 | -0/+2 | |
| | * | | Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails) | msvensson@neptunus.(none) | 2006-10-05 | 1 | -86/+95 | |
| | * | | Improve "check_eol_junk" to detect junk although there are multi line comment... | msvensson@neptunus.(none) | 2006-10-05 | 1 | -8/+36 | |
| | * | | Update "get_errcode_from_name" | msvensson@neptunus.(none) | 2006-10-04 | 1 | -5/+4 | |
| | * | | Don't print version in error message, just too messy to test | msvensson@shellback.(none) | 2006-10-04 | 1 | -1/+1 | |
| | * | | Add possibility to send warnings about suspicious commands in .test file to <... | msvensson@neptunus.(none) | 2006-10-04 | 1 | -58/+167 | |
| | * | | Fix problem when both option SSL and COMPRESS specified | msvensson@neptunus.(none) | 2006-10-03 | 1 | -1/+6 | |
| | * | | Fix typo | msvensson@shellback.(none) | 2006-10-03 | 1 | -1/+1 | |
| | * | | Update mysqltest to latest version | msvensson@shellback.(none) | 2006-10-03 | 2 | -2588/+4612 | |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maint | cmiller@zippy.cornsilk.net | 2006-10-09 | 1 | -0/+15 | |
|\ \ \ \ | ||||||
| * | | | | Bug#17583: mysql drops connection when stdout is not writable | cmiller@zippy.cornsilk.net | 2006-10-09 | 1 | -0/+15 | |
| | |/ / | |/| | | ||||||
* | | | | Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19660/my41-bug19660 | iggy@rolltop.ignatz42.dyndns.org | 2006-10-04 | 1 | -5/+3 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | Bug#19660 mysqldump --single-transaction should be with CONSISTENT SNAPSHOT | iggy@rolltop.ignatz42.dyndns.org | 2006-10-03 | 1 | -5/+3 | |
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-09-18 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix for bug #21142: Malformed insert causes a segmentation fault. | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-08-29 | 1 | -2/+2 | |
* | | | Merge bk-internal:/home/bk/mysql-4.1-maint | jimw@rama.(none) | 2006-08-31 | 1 | -5/+11 | |
|\ \ \ | ||||||
| * | | | Bug #21288: mysqldump segmentation fault when using --where | jimw@rama.(none) | 2006-08-17 | 1 | -5/+11 | |
* | | | | Merge mysql.com:/usr/home/bar/mysql-4.1 | bar@mysql.com/bar.intranet.mysql.r18.ru | 2006-08-15 | 1 | -2/+7 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Bug#17939: Wrong table format when using UTF8 strings | bar@mysql.com | 2006-04-17 | 1 | -2/+7 | |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | cmiller@zippy.cornsilk.net | 2006-08-02 | 1 | -15/+24 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge anubis.greendragongames.com:/home/greenman/workspace-mysql/mysql/mysql-... | igreenhoe/greenman@anubis.greendragongames.com | 2006-07-31 | 1 | -12/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix for Bug #19364 "mysql --help gives old informations". | igreenhoe/greenman@anubis.greendragongames.com | 2006-07-13 | 1 | -12/+10 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-4.1-maint | iggy@rolltop.ignatz42.dyndns.org | 2006-07-19 | 1 | -3/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | Bug#20328 mysql client: dumb about trailing spaces on help command. | iggy@mysql.com | 2006-06-29 | 1 | -3/+14 | |
| | |/ / / |