mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
merge
This commit is contained in:
@@ -138,8 +138,11 @@ class TMP_TABLE_PARAM {
|
||||
}
|
||||
inline void cleanup(void)
|
||||
{
|
||||
delete [] copy_field;
|
||||
copy_field=0;
|
||||
if (copy_field) /* Fix for Intel compiler */
|
||||
{
|
||||
delete [] copy_field;
|
||||
copy_field=0;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user