Test pt-osc --recursion-method=none with user that can't SHOW SLAVE HOSTS.

This commit is contained in:
Daniel Nichter
2012-05-17 10:10:22 -06:00
parent 392f74fc60
commit 85ab246323
2 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
CREATE USER 'osc_user'@'%' IDENTIFIED BY 'msandbox';
GRANT ALL PRIVILEGES ON pt_osc.* TO 'osc_user'@'%';
GRANT SUPER ON *.* TO 'osc_user'@'%';