- 15 Nov, 2010 1 commit
-
-
Magnus Blåudd authored
-
- 14 Nov, 2010 3 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
- 12 Nov, 2010 1 commit
-
-
Magnus Blåudd authored
- use $bindir instead of $basedir when looking for binaries - NOTE! the $ENV{NDB_EXAMPLES_*} will be reworked so that mtr.pl does not need to set them up.
-
- 10 Nov, 2010 1 commit
-
-
Bjorn Munch authored
Added more parsing in do_block() Limitation: left operand must be variable Also changed var_set_int from 57036 to var_check_int Added tests to mysqltest.test Some tests can now be simplified but will take this later Updated after comments, now white space around operator not needed
-
- 09 Nov, 2010 1 commit
-
-
unknown authored
-
- 06 Nov, 2010 1 commit
-
-
Bjorn Munch authored
-
- 05 Nov, 2010 3 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
There were actually more problems in this area: Slaves (if any) were unconditionally restarted, this appears unnecessary. Sort criteria were suboptimal, included the test name. Added logic to "reserve" a sequence of tests with same config for one thread Got rid of sort_criteria hash, put it into the test case itself Adds little sanity check that expected worker picks up test Fixed some tests that may fail if starting on running server Some of these fail only if *same* test is repeated. Finally, special sorting of tests that do --force-restart
-
Bjorn Munch authored
Option was incorrectly coded without an argument Added the missing =s
-
- 25 Oct, 2010 1 commit
-
-
Bjorn Munch authored
-
- 21 Oct, 2010 4 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
Simplified cases where a select was used to compare variable against ''
-
Bjorn Munch authored
-
Bjorn Munch authored
-
- 20 Oct, 2010 6 commits
-
-
Bjorn Munch authored
Simplified cases where a select was used to compare variable against ''
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
Limited to actual bug fix, fixing a while condition Again confirmed on Linux PPC and on AIX 5.3
-
- 19 Oct, 2010 5 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
Adding option --report-times Can't collect times if test run is aborted
-
Bjorn Munch authored
Added some more info in a number of fail cases (re-commit for administrative reasons)
-
Bjorn Munch authored
main.mysqltest skipped on Windows because a perl intentionally does exit(1) Use exit(2), as exit(1) on Windows is indistinguishable from failing to execute perl.
-
Bjorn Munch authored
-
- 14 Oct, 2010 2 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
- 13 Oct, 2010 2 commits
-
-
Bjorn Munch authored
Added --clean-vardir to empty vardir if no failures Also added variable $MTR_CLEAN_VARDIR
-
Alexander Nozdrin authored
Some platforms don't work with 4 * STACK_MIN_SIZE. Thus, reverting back to 8 * STACK_MIN_SIZE and waiting for another fix.
-
- 12 Oct, 2010 5 commits
-
-
Alexander Nozdrin authored
-
Dmitry Shulga authored
to fix an sp-error.test failure on Sun Sparc system.
-
Bjorn Munch authored
Added some more details to warning messages, this should be enough.
-
Alexander Nozdrin authored
-
Alexander Nozdrin authored
-
- 11 Oct, 2010 4 commits
-
-
Vladislav Vaintroub authored
-
Vasil Dimov authored
-
Luis Soares authored
-
Luis Soares authored
for --init-rpl-role. Problem: There are two variables involved in this issue, rpl_status and rpl_role_type. The former is an array containing the description of the possible values for the latter. rpl_status is declared as an enumeration and is stored in a 4 bytes integer. On the other hand, my_getopt, reads enum values into a ulong: *(ulong*)value= arg; This is overwriting the memory used for rpl_role_type, corrupting the first entry in the array. Fix: We fix this by re-declaring rpl_status as a ulong, so that it has space to accommodate the value "parsed" in my_getopt .
-