mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Test pt-osc --recursion-method=none with user that can't SHOW SLAVE HOSTS.
This commit is contained in:
3
t/pt-online-schema-change/samples/osc-user.sql
Normal file
3
t/pt-online-schema-change/samples/osc-user.sql
Normal 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'@'%';
|
Reference in New Issue
Block a user