Bug #55250 5.5.5-m3 incorrectly compiled with exceptions on Solaris/x86
Submitted: 14 Jul 2010 9:46 Modified: 11 Aug 2010 11:02
Reporter: Jonathan Perkin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.5.5-m3 OS:Solaris
Assigned to: Jonathan Perkin CPU Architecture:Any

[14 Jul 2010 9:46] Jonathan Perkin
Description:
5.5.5-m3 release is missing -features=no%except on Solaris x86 (32bit and 64bit), there isn't enough time to rebuild so we will release as-is and fix for 5.5.6.

This shouldn't affect runtime, only attempting to link third-party products using mysql_config.

How to repeat:
N/A

Suggested fix:
I have a fix and will commit/push it after 5.5.5-m3 release branch has been merged back.
[19 Jul 2010 14:25] Bugs System
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/113865

3129 Jonathan Perkin	2010-07-19
      bug#55250: 5.5.5-m3 incorrectly compiled with exceptions on Solaris/x86
      
      Put '-features=no%except' back into Solaris/x86 CXXFLAGS.
[23 Jul 2010 12:25] Bugs System
Pushed into mysql-trunk 5.5.6-m3 (revid:alik@sun.com-20100723121820-jryu2fuw3pc53q9w) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (merge vers: 5.5.5-m3) (pib:18)
[23 Jul 2010 12:32] Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100723121929-90e9zemk3jkr2ocy) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (pib:18)
[4 Aug 2010 13:12] Jonathan Perkin
Patch committed, pushed, and now merged.  Send for documenting.
[5 Aug 2010 9:39] MC Brown
A note has been added to the 5.5.6 changelog: 
       The <option>-features=no%except</option> option was missing from the build for Solaris/x86.