1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge 5.3 -> 5.5

This commit is contained in:
Sergey Petrunya
2012-06-20 15:01:28 +04:00
24 changed files with 556 additions and 116 deletions

View File

@@ -3525,7 +3525,8 @@ public:
if (copy_field) /* Fix for Intel compiler */
{
delete [] copy_field;
save_copy_field= copy_field= 0;
save_copy_field= copy_field= NULL;
save_copy_field_end= copy_field_end= NULL;
}
}
};