Bug #25612 | Please make some atrributes of Item_* classes public (patch provided) | ||
---|---|---|---|
Submitted: | 13 Jan 2007 21:37 | Modified: | 1 Oct 2008 22:58 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.0.33 | OS: | Any |
Assigned to: | Chad MILLER | CPU Architecture: | Any |
Tags: | Contribution |
[13 Jan 2007 21:37]
Philip Stoev
[13 Jan 2007 21:38]
Philip Stoev
Make some Item_* class properties public
Attachment: myparse.patch (text/plain), 5.77 KiB.
[13 Jan 2007 23:42]
MySQL Verification Team
Thank you for the bug report and contribution.
[18 Jan 2007 22:44]
Konstantin Osipov
Philip, could you please provide a more elaborate explanation why this needs to be done? Is it possible to use Item::walk* family of methods instead?
[20 Jan 2007 13:57]
Philip Stoev
Please see: http://lists.mysql.com/internals/34253 for further justification regarding the patch.
[1 Oct 2008 22:58]
Konstantin Osipov
We're solving the problem in part with abstract query trees. Making more things public, even optionally, is not something we should do. Thanks you.