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:
@ -78,7 +78,7 @@ static GWPROTOCOL MyObject = {
|
||||
telnetd_close, /**< Close */
|
||||
telnetd_listen, /**< Create a listener */
|
||||
NULL, /**< Authentication */
|
||||
NULL /**< Generic */
|
||||
NULL /**< Session */
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user