Read write split router can reply the master packet to client in session change.
Mysql backend handles auth and session func. The MYSQL_SESSION_CHANGE may be not in sync with authentication
This commit is contained in:
@ -68,7 +68,7 @@ static GWPROTOCOL MyObject = {
|
||||
httpd_close, /**< Close */
|
||||
httpd_listen, /**< Create a listener */
|
||||
NULL, /**< Authentication */
|
||||
NULL /**< Generic */
|
||||
NULL /**< Session */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user