1
0
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:
Jon Olav Hauglid
2010-07-13 10:39:24 +02:00
288 changed files with 8247 additions and 3729 deletions

View File

@ -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);
}