summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WL#3462 Add testing of MySQL client ABI to prevent unintentional ABI breaksmsvensson@neptunus.(none)2006-10-245-2/+1287
| | | | | | BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
* Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@neptunus.(none)2006-10-196-42/+79
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
| * Adapt to running from "binary dist"msvensson@neptunus.(none)2006-10-192-34/+46
| | | | | | | | | | Add function mtr_exe_maybe_exists to look for binaries that is optional Skip ndb support if it's a binary dist where mysqld supports ndb but there is no ndbd
| * Fix problem running rpl_timezone on powermacg5, it was not popular to set TZ ↵msvensson@neptunus.(none)2006-10-191-5/+7
| | | | | | | | | | | | to "" so now it's set to a value wich is not our default
| * Add command "exit" to mysqltest, it will stop processing any moremsvensson@neptunus.(none)2006-10-193-3/+26
| | | | | | | | commands and go directly to result file processing
* | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maintandrey@example.com2006-10-190-0/+0
|\ \ | |/ |/| | | into example.com:/work/bug23379/my41-bug23379
| * Fix for bug#23379 "wrong time value in SHOW PROCESSLIST"andrey@example.com2006-10-191-0/+1
| | | | | | | | | | | | | | | | | | The value taken to be shown in SHOW PROCESSLIST is not initialized when THD is created and will be random for unauthenticated connections. To the documentor: Random value, instead of NULL, was shown, in SHOW PROCESSLIST for still non-authenticated connections.
* | Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@neptunus.(none)2006-10-1920-54/+56
|\ \ | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
| * | Backport test cases fixes from 5.0msvensson@neptunus.(none)2006-10-1920-54/+56
| | |
* | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maintandrey@example.com2006-10-191-0/+1
|\ \ \ | |/ / |/| | | | | into example.com:/work/bug23379/my41-bug23379
| * | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maintandrey@example.com2006-10-181-0/+1
| |\ \ | | | | | | | | | | | | into example.com:/work/bug23379/my41-bug23379
| | * | Fix for bug#23379 "wrong time value in SHOW PROCESSLIST"andrey@example.com2006-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The value taken to be shown in SHOW PROCESSLIST is not initialized when THD is created and will be random for unauthenticated connections. To the documentor: Random value, instead of NULL, was shown, in SHOW PROCESSLIST for still non-authenticated connections.
* | | | Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@neptunus.(none)2006-10-187-22/+64
|\ \ \ \ | |/ / / | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
| * | | Merge siva.hindu.god:/usr/home/tim/m/bk/b4053/41tsmith/tim@siva.hindu.god2006-10-167-22/+64
| |\ \ \ | | | | | | | | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/tmp/mrgOct16/41
| | * \ \ Merge siva.hindu.god:/usr/home/tim/m/bk/tmp/40tsmith/tim@siva.hindu.god2006-09-146-14/+56
| | |\ \ \ | | | | | | | | | | | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/tmp/41
| | | * | | Bug #4053: too many of "error 1236: 'binlog truncated in the middle of ↵tsmith/tim@siva.hindu.god2006-09-146-14/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | event' from master" - Fix my_read/my_write to handle return values from read/write correctly - Add debugging 'deprecated function' warning to my_lread/my_lwrite - Add debugging 'error, read/write interrupt not handled' warning to my_quick_read/my_quick_write There is no test case associated with these changes. However, this is a conservative change, and no repeatable test case is available.
| | * | | | Bug #4053: too many of "error 1236: 'binlog truncated in the middle of ↵tsmith/tim@siva.hindu.god2006-09-141-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | event' from master" - Detect read failure in my_read_charset_file
* | | | | | Merge 192.168.0.4:mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-10-180-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
| * \ \ \ \ \ Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@neptunus.(none)2006-10-1171-4479/+10902
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
* | | | | | | | Put the printf of failed ratio on itäs only line, printf was trickedmsvensson@shellback.(none)2006-10-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into thinking the escaped % + w was a format specifier
* | | | | | | | Don't stop the time in mtr_timer_timeout, that will be done after testcase ↵msvensson@shellback.(none)2006-10-181-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or when program exit
* | | | | | | | Remove some junkmsvensson@shellback.(none)2006-10-182-5/+0
| | | | | | | |
* | | | | | | | Stop all timers before exiting when --start-and-exit msvensson@shellback.(none)2006-10-181-0/+1
| | | | | | | |
* | | | | | | | Fix bug where a timer was stopped by calling mtr_timer_stop with a "timer" ↵msvensson@shellback.(none)2006-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of it's name
* | | | | | | | Make --with-ndbcluster only be valid together with --benchmsvensson@shellback.(none)2006-10-182-60/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve code that detects if ndb shuold be installed Remove call to stop_all_servers after install db, if any servers are still running and need to be stopped they will be stopped atuomatically
* | | | | | | | Remove warningsmsvensson@shellback.(none)2006-10-172-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set comment properly before calling mtr_report_test failed and report_failure_restart
* | | | | | | | When calculating what features to use for _this_ test run, don't look at ↵msvensson@shellback.(none)2006-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test that already are deterined to be skipped
* | | | | | | | Cleanup mtr_timermsvensson@shellback.(none)2006-10-151-8/+14
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add verbose printouts making it possible to see what happens. Make it an error if trying to stop a non existing timer Print warning if fork fails.
* | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@shellback.(none)2006-10-144-20/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
| * | | | | | | No need to continue in 'mtr_report_test_failed' after timeout detected, ↵msvensson@shellback.(none)2006-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return immediately after
| * | | | | | | Use char as datatype for the byte that are read with my_fgetc, fixes problem ↵msvensson@shellback.(none)2006-10-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with mysqltest.test on Solaris and Mac. write_file produced nice files with all zeroes.
| * | | | | | | Improving debugging support in 'read_line' functionmsvensson@shellback.(none)2006-10-141-8/+18
| | | | | | | |
| * | | | | | | Skip looking for mysql_client_test in 4.1 on windows as it's not built by ↵msvensson@shellback.(none)2006-10-141-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default
| * | | | | | | Look for client bindirs client_release and client_debug before other ↵msvensson@shellback.(none)2006-10-131-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directories.
| * | | | | | | rpl_empty_master_crash need a master restart so that all log files are deletedmsvensson@shellback.(none)2006-10-131-0/+1
| | | | | | | |
* | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintramil/ram@mysql.com/myoffice.izhnet.ru2006-10-133-1/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | into mysql.com:/usr/home/ram/work/bug23254/my41-bug23254
| * | | | | | | Fix for bug #23254: COMPRESS(NULL) makes all futher COMPRESS() calls on same ↵ramil/ram@mysql.com/myoffice.izhnet.ru2006-10-133-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Item return NULL We don't set null_value to 0 in the Item_func_compress::val_str() for not-NULL results.
* | | | | | | | Optimize restarts by using --force-restart optionmsvensson@shellback.(none)2006-10-131-1/+1
| | | | | | | |
* | | | | | | | Use 'my_strnncoll_simple' instead of 'strncasecmp'msvensson@shellback.(none)2006-10-131-2/+4
| | | | | | | |
* | | | | | | | Improve the function that parses test files looking for what features it usesmsvensson@shellback.(none)2006-10-131-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now also detects "source nnnn;" command, previous version only detected "--source"
* | | | | | | | Improve function that finds the reason why test was skipped, the old version ↵msvensson@shellback.(none)2006-10-131-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only looked at the ast line, but there might be some additional debug info there so it's better to scan the whole file. There should be only one line that says "reason: <reason>"
* | | | | | | | Add missing semicolon in test filemsvensson@shellback.(none)2006-10-132-3/+2
| | | | | | | |
* | | | | | | | Skip looking for ndbapi-examples in 4.1, not part of distmsvensson@shellback.(none)2006-10-121-7/+13
| | | | | | | |
* | | | | | | | Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINTmsvensson@shellback.(none)2006-10-122-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will hopefully avoiid annoying crashes when running with --debug Fix warnings from the above in mysqltest.c
* | | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintmsvensson@shellback.(none)2006-10-1276-4544/+11063
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
| * | | | | | | Add missing semicolonmsvensson@shellback.(none)2006-10-121-1/+1
| | | | | | | |
| * | | | | | | Move the reconnect variable to beginning of functionmsvensson@shellback.(none)2006-10-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warning about value from "*ptr++" not being used. Changed it to ptr++
| * | | | | | | Add win paths for mysql_client_testmsvensson@shellback.(none)2006-10-121-3/+4
| | | | | | | |
| * | | | | | | Look for mysql_client_test in $path_client_bindirmsvensson@shellback.(none)2006-10-121-1/+1
| | | | | | | |
| * | | | | | | Fix unhandled exception in mysql-test-run.pl, creating a dir that already existmsvensson@shellback.(none)2006-10-122-18/+12
| | | | | | | |