1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

implementation of mysql_stmt_reset client end

This commit is contained in:
venu@myvenu.com
2003-07-08 02:27:21 -07:00
parent bad00c38df
commit bb718b31d0
7 changed files with 33 additions and 1 deletions

View File

@@ -1290,6 +1290,11 @@ restore_user:
mysql_stmt_free(thd, packet);
break;
}
case COM_RESET_STMT:
{
mysql_stmt_reset(thd, packet);
break;
}
case COM_QUERY:
{
if (alloc_query(thd, packet, packet_length))