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:
@ -45,8 +45,7 @@ typedef void *ROUTER;
|
||||
|
||||
typedef enum error_action {
|
||||
ERRACT_NEW_CONNECTION = 0x001,
|
||||
ERRACT_REPLY_CLIENT = 0x002,
|
||||
ERRACT_RESET = 0x004
|
||||
ERRACT_REPLY_CLIENT = 0x002
|
||||
} error_action_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user