1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
hf@deer.(none)
2003-10-06 12:09:20 +05:00
parent 4ef1e3635d
commit f576380bc6
2 changed files with 3 additions and 0 deletions

View File

@ -169,6 +169,7 @@ static bool send_prep_stmt(PREP_STMT *stmt, uint columns __attribute__((unused))
thd->client_stmt_id= stmt->stmt_id;
thd->client_param_count= stmt->param_count;
thd->net.last_errno= 0;
return 0;
}