Bug #54123 Build failure on HPUX
Submitted: 1 Jun 2010 3:25 Modified: 17 Jun 2010 7:39
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version:M3 (Celosia), M4 (Dahlia), 6.0 OS:HP/UX
Assigned to: CPU Architecture:Any

[1 Jun 2010 3:25] Alexander Nozdrin
Description:
mysql-trunk and mysql-next-mr fail to build on HPUX:
Error 182: "item_sum.cc", line 854 # "bool Aggregator_distinct::setup(THD *)" cannot access protected member "static unsigned long long Item_sum::ram_limitation(THD *)".
                           item_sum->ram_limitation(thd));
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
Error 182: "item_sum.cc", line 923 # "bool Aggregator_distinct::setup(THD *)" cannot access protected member "static unsigned long long Item_sum::ram_limitation(THD *)".
                         item_sum->ram_limitation(thd));
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  

How to repeat:
Check out PB.
[1 Jun 2010 3:54] 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/109640

3082 Alexander Nozdrin	2010-06-01
      Patch for Bug#54123 (Build failure on HPUX).
[1 Jun 2010 5:40] Alexander Nozdrin
Pushed into trunk-bugfixing.
[15 Jun 2010 8:10] Bugs System
Pushed into 5.5.5-m3 (revid:alik@sun.com-20100615080459-smuswd9ooeywcxuc) (version source revid:mmakela@bk-internal.mysql.com-20100415070122-1nxji8ym4mao13ao) (merge vers: 5.1.47) (pib:16)
[15 Jun 2010 8:25] Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100615080558-cw01bzdqr1bdmmec) (version source revid:mmakela@bk-internal.mysql.com-20100415070122-1nxji8ym4mao13ao) (pib:16)
[17 Jun 2010 7:39] MC Brown
No changelog entry required.