1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Post-merge after introducing Item_equal

This commit is contained in:
igor@rurik.mysql.com
2003-11-26 17:57:43 -08:00
parent be27811faa
commit 1a3a62c390

View File

@@ -283,6 +283,7 @@ public:
}
empty();
}
inline void concat(List<T> *list) { base_list::concat(list); }
};