Bug #8340 Query Browser does not build on amd64 without changes
Submitted: 6 Feb 2005 1:46 Modified: 2 Mar 2005 3:10
Reporter: Areki Nikosai Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.5 OS:Linux (Gentoo/GNU Linux 2.6.10)
Assigned to: Alfredo Kojima CPU Architecture:Any

[6 Feb 2005 1:46] Areki Nikosai
Description:
Building the query browser on the AMD64 platform reslts in numerous errors related to pointer stuff. I have a dirty little patch that will let it build, and even work, but I have received at least one random segfault on it, so my changes are probably quite dangerous and will randomly blow things up. However, I hope that somebody can see what I've done wrong and make the correct changes to the source tree to allow amd64 users to use the Query Browser.

How to repeat:
1. build (or attempt to) query-browser

Suggested fix:
Patch (dangerous). Should be attached somewhere.
[6 Feb 2005 1:47] Areki Nikosai
Dangerous patch that lets query-browser build on amd64.

Attachment: amd64.patch (text/x-diff), 4.38 KiB.

[2 Mar 2005 3:10] Alfredo Kojima
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

I have fixed the portions of code touched by your patch, but if you find any further problems, please report.