Tagged Questions
0
votes
2answers
118 views
How to validate selects / inserts are hitting the right server with MySQL Master/Slave
I've got a rails app using the master_slave_adapter plugin (http://github.com/mauricio/master_slave_adapter/tree/master) to send all selects to a slave, and all other statements to the master. ...