Commit 1a3a62c3 authored by igor@rurik.mysql.com's avatar igor@rurik.mysql.com

Post-merge after introducing Item_equal

parent be27811f
......@@ -283,6 +283,7 @@ public:
}
empty();
}
inline void concat(List<T> *list) { base_list::concat(list); }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment