Page MenuHomePhabricator

Give bin/storage some replica-aware options
ClosedPublic

Authored by epriestley on Apr 14 2016, 6:44 PM.
Tags
None
Referenced Files
F15525311: D15714.diff
Mon, Apr 21, 1:31 PM
F15524108: D15714.id.diff
Mon, Apr 21, 6:01 AM
F15524107: D15714.id37865.diff
Mon, Apr 21, 6:01 AM
F15512125: D15714.diff
Thu, Apr 17, 8:27 AM
F15489452: D15714.id37862.diff
Fri, Apr 11, 9:16 AM
F15486459: D15714.id37865.diff
Thu, Apr 10, 7:15 AM
F15480891: D15714.id.diff
Tue, Apr 8, 5:09 PM
F15480795: D15714.id.diff
Tue, Apr 8, 4:30 PM
Subscribers
None

Details

Summary

Fixes T10758.

  • Adds a "--host" flag. If you specify this, we read your cluster config. This lets you dump from a replica.
  • Adds a "--for-replica" flag to storage dump. This makes mysqldump include a CHANGE MASTER ... statement in the output, which is useful when setting up a replica for the first time.
Test Plan
  • Dumped master and replica cluster databases.
  • Dumped non-cluster databases.
  • Ran various other commands (help, status, etc).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Give bin/storage some replica-aware options.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 14 2016, 8:23 PM
This revision was automatically updated to reflect the committed changes.