mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Another place where Bug#4079 "error checking in prepared statements"
pops up fixed. libmysql/libmysql.c: Another place where Bug#4079 pops up fixed.
This commit is contained in:
parent
95325f1354
commit
cf5d0db657
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue