- 18 Oct, 2009 1 commit
-
-
Bjorn Munch authored
-
- 16 Oct, 2009 4 commits
-
-
Timothy Smith authored
-
Timothy Smith authored
-
Timothy Smith authored
use function prototypes from header in conjunction with K&R-style function definitions. The symptom is a type mismatch between int and wchar_t.
-
Bjorn Munch authored
-
- 14 Oct, 2009 1 commit
-
-
Bjorn Munch authored
Difficult to debug due to lacking report This does not solve the real issue, but extracts server log when it happens Forst commit was incomplete, didn't cover all cases
-
- 09 Oct, 2009 5 commits
-
-
Alexander Nozdrin authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Alexander Nozdrin authored
-
Alexander Nozdrin authored
-
- 08 Oct, 2009 10 commits
-
-
Alexander Nozdrin authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
-
Bjorn Munch authored
This was affected by same problem as append_file etc. Added Q_ERROR to special handling, and added small test
-
Alexander Nozdrin authored
-
Bjorn Munch authored
Tried to use an expression inside "" Go via variable, and add $exe to the output
-
Bjorn Munch authored
Disallow (and don't use) space in combination names
-
Magnus Blåudd authored
- Remove the "hack" from mtr.pl that skipped searching for the .dll files when embedded and windows. Now the variables will be preoperly initialized. - Make the tests detect that they can't run on windows+embedded
-
Magnus Blåudd authored
-
- 07 Oct, 2009 3 commits
-
-
Alexander Nozdrin authored
-
Vladislav Vaintroub authored
-
Magnus Blåudd authored
-
- 06 Oct, 2009 3 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
Remove the alignment option, let valgrind use its default
-
Bjorn Munch authored
mysqladmin fails on Linux in 6.0 without --character-sets-dir Also added timeout for server shutdown, hope this will solve it
-
- 05 Oct, 2009 3 commits
-
-
Bjorn Munch authored
-
Bjorn Munch authored
In stead of hard-coded 8, read from $MTR_MAX_PARALLEL if set
-
Bjorn Munch authored
-
- 02 Oct, 2009 2 commits
-
-
Alexander Nozdrin authored
-
Bjorn Munch authored
Alt. solution: let the "InnoDB plugin" combinations apply Added some alternative plugin paths (I need to move the code anyway)
-
- 01 Oct, 2009 2 commits
-
-
Alexander Nozdrin authored
2. Mark ndb, rpl_ndb test suites experimental.
-
Alexander Nozdrin authored
-
- 29 Sep, 2009 4 commits
-
-
Vladislav Vaintroub authored
The problem is that safe_kill_win fails to detect a dead process. OpenProcess() will succeed even after the process died, it will first fail after the last handle to process is closed. To fix the problem, check process status with GetExitCodeProcess() and consider process to be dead if the exit code returned by this routine is not STILL_ALIVE.
-
timothy.smith@sun.com authored
-
timothy.smith@sun.com authored
-
timothy.smith@sun.com authored
make_binary_distribution and mysql.spec: add options to copy a shared library, for use by mysqld_safe, into pkglibdir during package creation
-
- 25 Sep, 2009 2 commits
-
-
Alexander Nozdrin authored
-
Alexander Nozdrin authored
-