diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-06-01 07:54:15 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-06-01 07:54:15 +0400 |
commit | eb51ac8b189216955abc3715598a7744330f5f4f (patch) | |
tree | a4828208cc0279f5947b1c0e9c9809f46cd73efd /sql | |
parent | 893dced429b1d817564dd9601783f724de92ba54 (diff) | |
download | mariadb-git-eb51ac8b189216955abc3715598a7744330f5f4f.tar.gz |
Patch for Bug#54123 (Build failure on HPUX).
Diffstat (limited to 'sql')
-rw-r--r-- | sql/item_sum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index 5f2c4f166e6..c76f3102003 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -303,6 +303,8 @@ class st_select_lex; class Item_sum :public Item_result_field { + friend class Aggregator_distinct; + protected: /** Aggregator class instance. Not set initially. Allocated only after |