pt-table-sync priv checks need to be removed
Bug #1036747 reported by
Brian Fraser
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Toolkit moved to https://jira.percona.com/projects/PT |
Fix Released
|
High
|
Brian Fraser |
Bug Description
Similar checks were removed from pt-table-checksum in 2.1.3; seems like they cause more trouble than they are worth. Another option is turning them off by default.
Related branches
lp://staging/~percona-toolkit-dev/percona-toolkit/fix-1036747-remove-pts-priv-checks
- Daniel Nichter: Approve
-
Diff: 176 lines (+9/-97)3 files modifiedbin/pt-table-sync (+1/-46)
lib/TableSyncer.pm (+0/-28)
t/pt-table-sync/check_privs.t (+8/-23)
Changed in percona-toolkit: | |
status: | Confirmed → In Progress |
Changed in percona-toolkit: | |
status: | In Progress → Fix Committed |
summary: |
- Remove priv checks from pt-table-sync + pt-table-sync priv checks need to be removed |
Changed in percona-toolkit: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
They just need to be removed; the MySQL bug in 5.5 makes them not work. See bug 916168.