diff --git a/sql/sql_list.h b/sql/sql_list.h index d57534b0999..5b63e80ae94 100644 --- a/sql/sql_list.h +++ b/sql/sql_list.h @@ -85,7 +85,7 @@ public: SQL_I_List() { empty(); } - SQL_I_List(const SQL_I_List &tmp) + SQL_I_List(const SQL_I_List &tmp) : Sql_alloc() { elements= tmp.elements; first= tmp.first;