Skip to content
  • Tor Didriksen's avatar
    b8af85a2
    Bug#25229424 ENABLE C++03 BY DEFAULT FOR DEVELOPERSTUDIO12.5 MYSQL · b8af85a2
    Tor Didriksen authored
    Check compiler version, use -std=c++03 rather than stlport by default for
    developerstudio12.5
    
    Developer studio uses more stack space than gcc,
    so a couple of mtr tests needed adjustment.
    
    Fix broken code for stack check on sparc (sp_head::execute)
    
    Allocate more DEFAULT_THREAD_STACK when using developerstudio on sparc.
    
    Backport:
    Bug#25148549 REVISIT COMPILER FLAGS FOR ORACLE DEVELOPER STUDIO
    
    Change-Id: I0aad1a4f549c40e66541ebc2ed8add075e1365c3
    b8af85a2
    Bug#25229424 ENABLE C++03 BY DEFAULT FOR DEVELOPERSTUDIO12.5 MYSQL
    Tor Didriksen authored
    Check compiler version, use -std=c++03 rather than stlport by default for
    developerstudio12.5
    
    Developer studio uses more stack space than gcc,
    so a couple of mtr tests needed adjustment.
    
    Fix broken code for stack check on sparc (sp_head::execute)
    
    Allocate more DEFAULT_THREAD_STACK when using developerstudio on sparc.
    
    Backport:
    Bug#25148549 REVISIT COMPILER FLAGS FOR ORACLE DEVELOPER STUDIO
    
    Change-Id: I0aad1a4f549c40e66541ebc2ed8add075e1365c3
Loading