mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
merge from mysql-trunk-bugfixing
This commit is contained in:
@ -216,7 +216,7 @@ static bool recreate_temporary_table(THD *thd, TABLE *table)
|
||||
rm_temporary_table(table_type, share->path.str);
|
||||
|
||||
free_table_share(share);
|
||||
my_free(table, MYF(0));
|
||||
my_free(table);
|
||||
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user