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

Another place where Bug#4079 "error checking in prepared statements"

pops up fixed.
This commit is contained in:
konstantin@mysql.com
2004-06-16 14:06:39 +04:00
parent e7de488713
commit 5f8ef7a38d

View File

@ -3880,6 +3880,7 @@ int STDCALL mysql_stmt_store_result(MYSQL_STMT *stmt)
free_root(&result->alloc, MYF(MY_KEEP_PREALLOC));
result->data= NULL;
result->rows= 0;
mysql->status= MYSQL_STATUS_READY;
DBUG_RETURN(1);
}