1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Delete Items created during Prepared Stat (memory leak bug) (Bug #3451)

This commit is contained in:
monty@mysql.com
2004-05-05 12:40:33 +03:00
parent 7e3cf5958c
commit 82c50dc49d
2 changed files with 6 additions and 2 deletions

View File

@ -1424,6 +1424,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
}
case COM_EXECUTE:
{
thd->free_list= NULL;
mysql_stmt_execute(thd, packet, packet_length);
break;
}