Bug #30420 | "datadict" tests (all engines) fail: Release build has help tables loaded | ||
---|---|---|---|
Submitted: | 14 Aug 2007 20:16 | Modified: | 26 Sep 2007 13:41 |
Reporter: | Joerg Bruehe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S3 (Non-critical) |
Version: | 5.1.21, 5.0.48 | OS: | Any |
Assigned to: | Matthias Leich | CPU Architecture: | Any |
[14 Aug 2007 20:16]
Joerg Bruehe
[14 Aug 2007 20:38]
Joerg Bruehe
This difference looks related, judging from the 901 value: *************** *** 3481,3487 45 select max(cardinality) from statistics; max(cardinality) ! 393 select concat("View '", table_name, "' is associated with the database '", table_schema, "'.") AS "Who is Who for the Views" --- 3481,3487 45 select max(cardinality) from statistics; max(cardinality) ! 901 select concat("View '", table_name, "' is associated with the database '", table_schema, "'.") AS "Who is Who for the Views" ***************
[27 Aug 2007 18:01]
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/33110 ChangeSet@1.2489, 2007-08-25 21:14:52+02:00, mleich@four.local.lan +13 -0 Fixes for Bug#30418 "datadict" tests (all engines) fail: Dependency on the host name for ordering Bug#30420 "datadict" tests (all engines) fail: Release build has help tables loaded Bug#30438 "{memory,myisam,ndb}__datadict" tests fail: Use "InnoDB" without checking Bug#30440 "datadict" tests (all engines) fail: Character sets depend on configuration Attention: Only the build team can check if Bug#30440 is really fixed.
[27 Aug 2007 18:21]
Trudy Pelzer
Note that the patch (http://lists.mysql.com/commits/33110) is for 5.0 only; it does not fix the tests for 5.1 and up due to differences between 5.0 and 5.1+. This patch will be pushed to 5.0 and null-merged upward, then a new patch will be written to fix the tests for 5.1 and up.
[30 Aug 2007 10:58]
Matthias Leich
Sorry for confusing commit emails which were sent to partially wrong email lists. ChangeSet@1.1810.2871.68, 2007-08-28 (http://lists.mysql.com/commits/33239) fixes this bug for MySQL 5.0. Fix is pushed. ChangeSet@1.2545, 2007-08-28 ChangeSet@1.2546, 2007-08-28 (http://lists.mysql.com/commits/33248) ChangeSet@1.2547, 2007-08-29 (http://lists.mysql.com/commits/33397) fix this bug for MySQL 5.1. Attention: The test ndb__datadict fails because of reasons outside of the scope of this bug fix. Fix is pushed. There is no documentation needed.
[26 Sep 2007 13:08]
Bugs System
Pushed into 5.0.50
[26 Sep 2007 13:21]
Bugs System
Pushed into 5.1.23-beta
[26 Sep 2007 13:41]
Paul DuBois
Test case changes. No changelog entry needed.