Complementory fix to bug #694, http://bugs.mariadb.com/show_bug.cgi?id=694
Added new error action to router.h, added functionality to reset error flag from DCB in handleError. Error is reset before every new routing call.
This commit is contained in:
@ -68,7 +68,8 @@ typedef void *ROUTER;
|
||||
*/
|
||||
typedef enum error_action {
|
||||
ERRACT_NEW_CONNECTION = 0x001,
|
||||
ERRACT_REPLY_CLIENT = 0x002
|
||||
ERRACT_REPLY_CLIENT = 0x002,
|
||||
ERRACT_RESET = 0x004
|
||||
} error_action_t;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user