Mantis - mysql_dev
Viewing Issue Advanced Details
5139 packaging major always 2014-01-09 09:57 2014-03-09 12:25
dam  
laurent  
normal  
closed  
fixed  
none    
none  
0005139: mysql_config must not be isaexec'ed
/opt/csw/bin/mysql_config is run via isaexec. This results in the regular invocation wrongly returning 64 bit flags. I suggest excluding mysql_config from isaexec. Additionally the option -Wa,-xarch=v9 should be removed as it does not work with Sun Studio.
Issue History
2014-01-09 09:57 dam New Issue
2014-03-01 15:24 laurent Note Added: 0010743
2014-03-01 15:25 laurent Note Added: 0010744
2014-03-01 15:25 laurent Status new => closed
2014-03-01 15:25 laurent Resolution open => fixed
2014-03-01 15:25 laurent Status closed => assigned
2014-03-01 15:25 laurent Assigned To => laurent
2014-03-09 12:25 laurent Status assigned => closed

Notes
(0010743)
laurent   
2014-03-01 15:24   
It was excluded, and the compiler-specific options removed.
It should now work with both Studio and GCC, 32 and 64 bit.
(0010744)
laurent   
2014-03-01 15:25   
Needed changes were made.