Implement and test --recursion-method=none in MasterSlave.pm and pt-table-checksum.

This commit is contained in:
Daniel Nichter
2012-05-17 08:11:30 -06:00
parent 64f4a5bdc0
commit e969d8d9f7
5 changed files with 214 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
CREATE USER 'ro_checksum_user'@'%' IDENTIFIED BY 'msandbox';
GRANT SELECT ON sakila.* TO 'ro_checksum_user'@'%';
GRANT SELECT, INSERT, UPDATE, DELETE ON percona.checksums TO 'ro_checksum_user'@'%';