| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip innodb test if mysqld doesn't have innodb support | msvensson@neptunus.(none) | 2006-10-25 | 1 | -0/+12 |
* | Update the binlog format parse routine to only be avaliable in 5.1 and allow ... | msvensson@neptunus.(none) | 2006-10-25 | 1 | -11/+8 |
* | Add valgrinding support for mysql_client_test | msvensson@neptunus.(none) | 2006-10-25 | 1 | -44/+54 |
* | Set flag opt_skip_ndbcluster_slave if no slaves are being used. | msvensson@neptunus.(none) | 2006-10-25 | 1 | -3/+19 |
* | Adapt mysql-test-run.pl to mysqld in 5.1 using "mixed" binlog format by default | msvensson@neptunus.(none) | 2006-10-24 | 2 | -0/+9 |
* | Pass --core-file option to mysqld when bootstrapping | msvensson@neptunus.(none) | 2006-10-24 | 1 | -0/+1 |
* | Remove debug printout | msvensson@neptunus.(none) | 2006-10-24 | 1 | -2/+0 |
* | Run mysql_client_test without --silent | msvensson@neptunus.(none) | 2006-10-24 | 1 | -1/+1 |
* | Add analyze_testcase_failure which is called when mysqltest has failed | msvensson@neptunus.(none) | 2006-10-24 | 2 | -0/+71 |
* | Avoid matching the trailing carriage return when parsing the mysqld.spec file | msvensson@neptunus.(none) | 2006-10-23 | 1 | -2/+2 |
* | The vardir trick can only bge used on platforms with native symlinks - otherw... | msvensson@neptunus.(none) | 2006-10-23 | 1 | -3/+7 |
* | Don't use the "4.1 vardir trick" on OS that does not have native symlink(i.e ... | msvensson@neptunus.(none) | 2006-10-23 | 1 | -1/+2 |
* | Merge bk-internal:/home/bk/mysql-4.1-maint | msvensson@neptunus.(none) | 2006-10-23 | 1 | -73/+134 |
|\ |
|
| * | If "var" is a symlink which does not point to anything, remove it before crea... | msvensson@neptunus.(none) | 2006-10-23 | 1 | -0/+5 |
| * | As both ndb and im are components that may be disabled as well as the binarie... | msvensson@neptunus.(none) | 2006-10-23 | 1 | -67/+119 |
| * | Init some variables that changes between test cases direclty in run_testcase | msvensson@neptunus.(none) | 2006-10-20 | 1 | -6/+10 |
* | | Merge mysql.com:/usr/home/ram/work/mysql-4.1-maint | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-10-23 | 2 | -1/+21 |
|\ \
| |/
|/| |
|
| * | Fix for bug #20732: Partial index and long sjis search with '>' fails sometimes | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-10-19 | 2 | -1/+21 |
* | | Adapt to running from "binary dist" | msvensson@neptunus.(none) | 2006-10-19 | 2 | -34/+46 |
* | | Fix problem running rpl_timezone on powermacg5, it was not popular to set TZ ... | msvensson@neptunus.(none) | 2006-10-19 | 1 | -5/+7 |
* | | Add command "exit" to mysqltest, it will stop processing any more | msvensson@neptunus.(none) | 2006-10-19 | 2 | -0/+16 |
* | | Backport test cases fixes from 5.0 | msvensson@neptunus.(none) | 2006-10-19 | 19 | -54/+55 |
* | | Put the printf of failed ratio on itäs only line, printf was tricked | msvensson@shellback.(none) | 2006-10-18 | 1 | -2/+3 |
* | | Don't stop the time in mtr_timer_timeout, that will be done after testcase or... | msvensson@shellback.(none) | 2006-10-18 | 1 | -4/+2 |
* | | Remove some junk | msvensson@shellback.(none) | 2006-10-18 | 2 | -5/+0 |
* | | Stop all timers before exiting when --start-and-exit | msvensson@shellback.(none) | 2006-10-18 | 1 | -0/+1 |
* | | Fix bug where a timer was stopped by calling mtr_timer_stop with a "timer" in... | msvensson@shellback.(none) | 2006-10-18 | 1 | -1/+1 |
* | | Make --with-ndbcluster only be valid together with --bench | msvensson@shellback.(none) | 2006-10-18 | 2 | -60/+71 |
* | | Remove warnings | msvensson@shellback.(none) | 2006-10-17 | 2 | -20/+12 |
* | | When calculating what features to use for _this_ test run, don't look at test... | msvensson@shellback.(none) | 2006-10-17 | 1 | -0/+2 |
* | | Cleanup mtr_timer | msvensson@shellback.(none) | 2006-10-15 | 1 | -8/+14 |
|/ |
|
* | Merge bk-internal:/home/bk/mysql-4.1-maint | msvensson@shellback.(none) | 2006-10-14 | 3 | -11/+23 |
|\ |
|
| * | No need to continue in 'mtr_report_test_failed' after timeout detected, retur... | msvensson@shellback.(none) | 2006-10-14 | 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 |
| * | Skip looking for mysql_client_test in 4.1 on windows as it's not built by def... | msvensson@shellback.(none) | 2006-10-14 | 1 | -8/+17 |
| * | Look for client bindirs client_release and client_debug before other director... | msvensson@shellback.(none) | 2006-10-13 | 1 | -3/+4 |
| * | rpl_empty_master_crash need a master restart so that all log files are deleted | msvensson@shellback.(none) | 2006-10-13 | 1 | -0/+1 |
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-10-13 | 2 | -1/+23 |
|\ \
| |/
|/| |
|
| * | Fix for bug #23254: COMPRESS(NULL) makes all futher COMPRESS() calls on same ... | ramil/ram@mysql.com/myoffice.izhnet.ru | 2006-10-13 | 2 | -1/+23 |
* | | Optimize restarts by using --force-restart option | msvensson@shellback.(none) | 2006-10-13 | 1 | -1/+1 |
* | | Improve the function that parses test files looking for what features it uses | msvensson@shellback.(none) | 2006-10-13 | 1 | -4/+9 |
* | | Improve function that finds the reason why test was skipped, the old version ... | msvensson@shellback.(none) | 2006-10-13 | 1 | -4/+28 |
* | | Add missing semicolon in test file | msvensson@shellback.(none) | 2006-10-13 | 2 | -3/+2 |
* | | Skip looking for ndbapi-examples in 4.1, not part of dist | msvensson@shellback.(none) | 2006-10-12 | 1 | -7/+13 |
* | | Merge bk-internal:/home/bk/mysql-4.1-maint | msvensson@shellback.(none) | 2006-10-12 | 72 | -1934/+6252 |
|\ \
| |/ |
|
| * | Add missing semicolon | msvensson@shellback.(none) | 2006-10-12 | 1 | -1/+1 |
| * | Add win paths for mysql_client_test | msvensson@shellback.(none) | 2006-10-12 | 1 | -3/+4 |
| * | Look for mysql_client_test in $path_client_bindir | msvensson@shellback.(none) | 2006-10-12 | 1 | -1/+1 |
| * | Fix unhandled exception in mysql-test-run.pl, creating a dir that already exist | msvensson@shellback.(none) | 2006-10-12 | 2 | -18/+12 |
| * | Fixes for embedded server test | msvensson@shellback.(none) | 2006-10-11 | 1 | -4/+14 |