diff options
author | igor@rurik.mysql.com <> | 2003-11-26 17:57:43 -0800 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2003-11-26 17:57:43 -0800 |
commit | 1a3a62c3908ccfc78f443f1720453be6d7d87eab (patch) | |
tree | cf294c6980545c0aa955c2f5caf857f4eaec353f /sql/sql_list.h | |
parent | be27811faa8eb12133c1e8e763daa2d8cc4bee70 (diff) | |
download | mariadb-git-1a3a62c3908ccfc78f443f1720453be6d7d87eab.tar.gz |
Post-merge after introducing Item_equal
Diffstat (limited to 'sql/sql_list.h')
-rw-r--r-- | sql/sql_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_list.h b/sql/sql_list.h index d7a62b7fd7d..f11951f5c6d 100644 --- a/sql/sql_list.h +++ b/sql/sql_list.h @@ -283,6 +283,7 @@ public: } empty(); } + inline void concat(List<T> *list) { base_list::concat(list); } }; |