Fix mysql_client_test failure introduced by a patch for Bug#47485.
The problem was that mysql_stmt_next_result() (new to 5.5) was not properly updated.
This commit is contained in:
parent
06b70326ce
commit
d88a11a766
@ -4874,6 +4874,9 @@ int STDCALL mysql_stmt_next_result(MYSQL_STMT *stmt)
|
|||||||
DBUG_RETURN(rc);
|
DBUG_RETURN(rc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mysql->status == MYSQL_STATUS_GET_RESULT)
|
||||||
|
mysql->status= MYSQL_STATUS_STATEMENT_GET_RESULT;
|
||||||
|
|
||||||
stmt->state= MYSQL_STMT_EXECUTE_DONE;
|
stmt->state= MYSQL_STMT_EXECUTE_DONE;
|
||||||
stmt->bind_result_done= FALSE;
|
stmt->bind_result_done= FALSE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user