summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug#40657: assertion with out of range variables and traditional sql_modeTatiana A. Nurnberg2009-03-113-2/+14
| | | normalize error-messages
* merge of bug 42434 to 5.1-bugteamGeorgi Kodinov2009-03-114-377/+290
|\
| * Bug #42434: license of mysys MD5 implementation is not GPL-compatibleGeorgi Kodinov2009-03-096-385/+292
| | | | | | | | | | Took the Xfree implementation (based on the same rewrite as the NDB one) and added it instead of the current implementation. Added a macro to make the calls to MD5 more streamlined.
* | Revert the push for bug #39858Georgi Kodinov2009-03-112-25/+10
| |
* | merged 5.0-bugteam->5.1-bugteamGeorgi Kodinov2009-03-110-0/+0
|\ \ | |/
| * merged 5.0-main -> 5.0-bugteamGeorgi Kodinov2009-03-111-2/+2
| |\
| | * Raise version number after cloning 5.0.79kent.boortz@sun.com2009-03-091-2/+2
| | |
| | * set the tree name to 5.0-mainGeorgi Kodinov2009-03-091-1/+1
| | |
* | | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-03-1115-63/+222
|\ \ \
| * \ \ merge from 5.1-mtrBjorn Munch2009-03-1015-63/+222
| |\ \ \
| | * | | Bug #43410 --skip-core-file has no effect if core file size is setBjorn Munch2009-03-093-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | Would not prevent mysqld from core dumping Passes --nocore arg to safe_process, which then sets rlimit core to 0 for child
| | * | | Bug #43148 MTR2 + PB2 should display correct number of failuresBjorn Munch2009-03-091-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Retried tests are reported the same as ordinary ones Prepend "retry-" to fail or pass for retried tests
| | * | | merge from parentDaniel Fischer2009-03-099-19/+19
| | |\ \ \
| | | * \ \ merge from 5.1 mainBjorn Munch2009-03-079-19/+19
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | merge 42888 to 5.1-mtrDaniel Fischer2009-03-099-7/+128
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | address review commentsDaniel Fischer2009-02-253-22/+34
| | | | | |
| | | * | | mergeDaniel Fischer2009-02-241-2/+2
| | | |\ \ \
| | | | * | | include collections in distDaniel Fischer2009-02-241-1/+2
| | | | | | |
| | | * | | | Bug#42888 for MySQL 5.1. Add collections of test runs to make it both ↵Daniel Fischer2009-02-248-9/+118
| | | |\ \ \ \ | | | | |/ / / | | | | | | | | | | | | | | configurable and transparent what kinds of tests we run during integration testing. Implement filter list in mysql-test-run.pl to filter out failures of experimental test cases, using a new status code "exp-fail", so we can tell regressions ("fail") from failures of test cases that are still in development ("exp-fail").
| | | | * | | bug#42888: Add collections of test runs to make it both configurable andDaniel Fischer2009-02-244-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | transparent what kinds of tests we run during integration testing.
| | * | | | | merge 42797Bjorn Munch2009-03-041-1/+15
| | | | | | |
| | * | | | | Bug #42986 MTR2 should not allow 0 as a value for --parallelBjorn Munch2009-03-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sanity check that $opt_parallel > 0
| | * | | | | Bug #43132 Pusbbuild 2 host sol10 sparc64 max is not running tests due to ↵Bjorn Munch2009-03-042-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port unavailble MTR gives up if wanted port not available Try next range if set to 'auto' Also, use next number for additional threads if explicitly set
| | * | | | | Bug #40978 Error log gets truncated during testsuite, prevents debuggingBjorn Munch2009-03-023-10/+19
| | | | | | | | | | | | | | | | | | | | | Error log gets truncated when mysqld is restarted by MTR
| | * | | | | Bug #43256 Bug#39026 got re-surrectedBjorn Munch2009-02-271-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problems with use of share/mysql dir Explicitly look for "english" language file
| | * | | | | MergeMagnus Svensson2009-02-263-8/+6
| | |\ \ \ \ \
| | | * \ \ \ \ mergeBjorn Munch2009-02-251-1/+1
| | | |\ \ \ \ \
| | | | * | | | | fixing bzr tree nameBjorn Munch2009-02-251-1/+1
| | | | | | | | |
| | | * | | | | | Bug #43172 MTR leaves test files in /tmp after check_socket_path_length ↵Bjorn Munch2009-02-251-6/+4
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finds path too long Faulty logic in cleanup Put test file into tmpdir, cleanup by removing tmpdir
| | * | | | | | Bug#43112 mtr.pl --embedded fails to stop cluster processesMagnus Svensson2009-02-231-6/+0
| | | | | | | |
* | | | | | | | merged bug 43354 to 5.1-bugteamGeorgi Kodinov2009-03-113-2/+23
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Bug #43354: Use key hint can crash server in explain extended queryGeorgi Kodinov2009-03-113-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The copy of the original arguments of a aggregate function was not initialized until after fix_fields(). Sometimes (e.g. when there's an error processing the statement) the print() can be called with no corresponding fix_fields() call. Fixed by adding a check if the Item is fixed before using the arguments copy.
* | | | | | | | MergeLeonard Zhou2009-03-11177-1714/+20847
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 5.0 -> 5.1, no conflicts, no modified filesMatthias Leich2009-03-100-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge of fix into actual treeMatthias Leich2009-03-1039-935/+1386
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge into actual treeMatthias Leich2009-03-1041-987/+1402
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 Matthias Leich2009-03-0641-987/+1402
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Merge of fix for Bug#42003 and Bug#43114 into more actual GCA treeMatthias Leich2009-03-0539-935/+1386
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | modifications according to the reviews are included
| | | | * | | | | | | | Last slice of fix for Bug#42003 tests missing the disconnect of connections ↵Matthias Leich2009-03-0339-904/+1354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <> default + Fix for Bug#43114 wait_until_count_sessions too restrictive, random PB failures + Removal of a lot of other weaknesses found + modifications according to review
| * | | | | | | | | | | Merge 5.1-ibmdb2isee to 5.1-bugteam.Sergey Vojtovich2009-03-1034-22/+17783
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Import the ibmdb2i-ga4-src snapshot from IBMTimothy Smith2009-03-0918-301/+837
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add the IBM DB2 for i storage engine.Timothy Smith2009-02-1534-22/+17247
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify plugins.m4 configuration framework so that plugins which are not built still get added to the source distribution during make dist. This came up now because we can only build ibmdb2i on i5/OS, and we can't bootstrap our source dist on that platform. The solution is to specify DIST_SUBDIRS containing all plugins, separate from SUBDIRS which contains the plugins which are actually built. This ibmdb2i code is from the ibmdb2i-ga3-src.zip file, with a patch to plug.in to disable the plugin if the PASE environment isn't available.
| * | | | | | | | | | | mergePatrick Crews2009-03-091-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ automergeTatiana A. Nurnberg2009-03-091-0/+2
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Bug#40657: assertion with out of range variables and traditional sql_modeTatiana A. Nurnberg2009-03-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test-fixes for 32-bit
| * | | | | | | | | | | | | merge 5.0 -> 5.1Patrick Crews2009-03-092-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | / / / / / / | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Fix of failing funcs_1 tests.Patrick Crews2009-03-093-6/+6
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes are due to changes in precision. Re-record of .result files to account for new server precision.
| * | | | | | | | | | | merge 5.0-pe-stage -> 5.1-pe-stageGeorgi Kodinov2009-03-090-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | fixed a typoGeorgi Kodinov2009-03-091-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | fixed a win32 compile warningGeorgi Kodinov2009-03-091-1/+2
| | | | | | | | | | | |