Open GoogleCodeExporter opened 9 years ago
Also, there is an issue with this permission select stmt:
SELECT Repl_slave_priv AS Value FROM mysql.user WHERE user = ?
may needed be:
SELECT Repl_slave_priv AS Value FROM mysql.user WHERE user = ? AND Host = ?
Because there could be more than one user for different hosts, especially if
the slave servers are on different networks.
Original comment by djunt...@gmail.com
on 10 Nov 2011 at 11:52
Original comment by Yoshinor...@gmail.com
on 17 Nov 2011 at 7:14
Original issue reported on code.google.com by
djunt...@gmail.com
on 10 Nov 2011 at 9:56