Merge of mysql-5.1-bugteam into mysql-trunk-merge.
This commit is contained in:
commit
878bf8d1b0
@ -85,7 +85,7 @@ public:
|
|||||||
|
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user