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
}
different offsets for different gwbufs
Updated monitor to better handle maste/slave replication environments
Split MASTER and SERVER bits in the erver bitmask so that we canhave more states, MASTER, SLAVE and NOT IN REPLICATION
Updates to the read write splitter for routing commands to all nodes, diagnostic output and fixes to the algorithm to pick up a master and slave connection