1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

WL#1622: Post-merge fixes

This commit is contained in:
unknown
2004-05-05 19:11:40 +04:00
parent 77ee81b5cc
commit 60017fb260
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;
}