1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Pulled in the ltest changes of 5.1

This commit is contained in:
Igor Babaev
2010-09-11 13:27:22 -07:00
433 changed files with 9644 additions and 3344 deletions

View File

@ -74,7 +74,7 @@ public:
SQL_I_List() { empty(); }
SQL_I_List(const SQL_I_List &tmp) :Sql_alloc()
SQL_I_List(const SQL_I_List &tmp) : Sql_alloc()
{
elements= tmp.elements;
first= tmp.first;