Bug #26669 | Two tests on partition fail while blackhole engine is missing | ||
---|---|---|---|
Submitted: | 27 Feb 2007 8:37 | Modified: | 1 Nov 2007 12:47 |
Reporter: | Geert Vanderkelen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S3 (Non-critical) |
Version: | 5.1.15-ndb-6.1.3 | OS: | Linux (Linux) |
Assigned to: | Matthias Leich | CPU Architecture: | Any |
Tags: | partition, test |
[27 Feb 2007 8:37]
Geert Vanderkelen
[6 Mar 2007 9:13]
Sveta Smirnova
Thank you for the report. Verified as described using usual BK sources compiled with configure string: ./configure --prefix=/users/ssmirnova/build/mysql-5.1 --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-big-tables --with-readline --with-debug=full --with-ssl --with-embedded-server --with-error-inject --enable-local-infile --with-plugin-partition
[19 Oct 2007 14:21]
Matthias Leich
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/35925 ChangeSet@1.2580, 2007-10-19 16:19:54+02:00, mleich@four.local.lan +8 -0 This changeset contains the following stuff: - Fix for Bug#28827 Partition test needs archive engine Bug#26669 Two tests on partition fail while blackhole engine is missing Solution: Move ARCHIVE and BLACKHOLE sub test cases to their own main test. - The two bugs above + the fact that CSV could be also sometimes not available --> Move also CSV sub tests out. - Minor cleanups - Replace error numbers with error names - fix typos, wrong comments - remove redundant sub test cases - add missing drop database - SET GLOBAL general_log = default is wrong, = 1 is correct
[22 Oct 2007 19:03]
Matthias Leich
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/36067 ChangeSet@1.2588, 2007-10-22 20:10:51+02:00, mleich@four.local.lan +8 -0 This changeset contains the following stuff: - Fix for Bug#28827 Partition test needs archive engine Bug#26669 Two tests on partition fail while blackhole engine is missing Solution: Move ARCHIVE and BLACKHOLE sub test cases to their own main test. - The two bugs above + the fact that CSV could be also sometimes not available --> Move also CSV sub tests out. - Minor cleanups - Replace error numbers with error names - fix typos, wrong comments - remove redundant sub test cases - add missing drop database - SET GLOBAL general_log = default is wrong, = 1 is correct
[1 Nov 2007 10:14]
Bugs System
Pushed into 6.0.4-alpha
[1 Nov 2007 10:16]
Bugs System
Pushed into 5.1.23-rc
[1 Nov 2007 12:47]
Paul DuBois
Test case change. No changelog entry needed.