Commit 62833fdd authored by unknown's avatar unknown

Post-merge after introducing Item_equal


sql/sql_list.h:
  Post-merge
parent c00a8099
......@@ -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