Commit 1c712120 authored by Davi Arnaut's avatar Davi Arnaut

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

parents 245645e2 fb8df6c7
...@@ -85,7 +85,7 @@ class SQL_I_List :public Sql_alloc ...@@ -85,7 +85,7 @@ class SQL_I_List :public Sql_alloc
SQL_I_List() { empty(); } 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; elements= tmp.elements;
first= tmp.first; first= tmp.first;
......
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