Skip to content

Commit

Permalink
MCOL-5114 Removing ctor specialization b/c it violates c++20 syntax n…
Browse files Browse the repository at this point in the history
…eeded in ColumnStorew
  • Loading branch information
Roman Nozdrin authored and grooverdan committed Jun 9, 2022
1 parent 8c4a2c8 commit e74858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/item_cmpfunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@ template <template<class> class LI, typename T> class Item_equal_iterator
Item_equal *item_equal;
Item *curr_item;
public:
Item_equal_iterator<LI,T>(Item_equal &item_eq)
Item_equal_iterator(Item_equal &item_eq)
:LI<T> (item_eq.equal_items)
{
curr_item= NULL;
Expand Down

0 comments on commit e74858c

Please sign in to comment.