Subject: | Treat find_master as true if slave_okay isn't |
It seems to me that when replication is happening, you will always want at least one of the
find_master connection attribute or the slave_okay cursor attribute to be true. It's entirely
possible that I'm missing something here, but with the current situation, connecting to a replica
set doesn't "just work" since you might get the slave, and without having set slave_okay, your
queries won't run.