1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-13 13:01:51 +03:00

Updated tests for MYSQL_FIELD members for misc cases

This commit is contained in:
venu@myvenu.com
2003-02-15 15:01:04 -08:00
parent d7b5238b02
commit c52d1035a3
2 changed files with 176 additions and 13 deletions

View File

@ -4370,7 +4370,6 @@ int STDCALL mysql_execute(MYSQL_STMT *stmt)
set_stmt_error(stmt, CR_NO_PREPARE_STMT);
DBUG_RETURN(1);
}
stmt->mysql->fields= stmt->fields;
if (stmt->param_count)
{
NET *net= &stmt->mysql->net;