Remove ERRACT_RESET action from router error handler; remove sole call from mysql_client. Correct comments on parameters for router error handlers.
This commit is contained in:
@ -1130,7 +1130,7 @@ int gw_read_client_event(
|
||||
else
|
||||
{
|
||||
/** Reset error handler when routing of the new query begins */
|
||||
router->handleError(NULL, NULL, NULL, dcb, ERRACT_RESET, NULL);
|
||||
dcb->dcb_errhandle_called = false;
|
||||
|
||||
if (stmt_input)
|
||||
{
|
||||
|
Reference in New Issue
Block a user