1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#1622: Post-merge fixes

This commit is contained in:
sergefp@mysql.com
2004-05-05 19:11:40 +04:00
parent fdfcadc735
commit 963ae8a9a7
2 changed files with 8 additions and 9 deletions

View File

@ -1424,7 +1424,6 @@ 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;
}