Files
MaxScale/modules/routing/readwritesplit
Massimiliano Pinto bdb3bb8763 Added CO_QUIT to session write.
No the session QUERY_TYPE_SESSION_WRITE case has a switch for the rigth func to call on master and slave backends


switch(packet_type) {
	case COM_QUIT: func.write , there is no reply from this command
	case COM_CHANGE_USER: func.auth
	default: func.session
}
2013-07-18 11:58:05 +02:00
..