Merge of mysql-5.1-bugteam into mysql-trunk-merge.

This commit is contained in:
Davi Arnaut 2010-07-03 20:19:36 -03:00
commit 878bf8d1b0

View File

@ -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;