Skip to content

Commit

Permalink
fix markdown again
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Oct 18, 2024
1 parent a51331f commit 264c6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/21.0/21.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- **[Experimental MySQL 8.4 support](#experimental-mysql-84)**
- **[Current Errant GTIDs Count Metric](#errant-gtid-metric)**
- **[vtctldclient ChangeTabletTags](#vtctldclient-changetablettags)**
- **[Support for specifying expected primary in reparents](#reparents-expectedPrimary)**
- **[Support for specifying expected primary in reparents](#reparents-expectedprimary)**


## <a id="major-changes"/>Major Changes</a>
Expand Down Expand Up @@ -236,6 +236,6 @@ This metric shows the current count of the errant GTIDs in the tablets.

The `vtctldclient` command `ChangeTabletTags` was added to allow the tags of a tablet to be changed dynamically.

### <a id="reparents-expectedPrimary"/>Support specifying expected primary in reparents
### <a id="reparents-expectedprimary"/>Support specifying expected primary in reparents

The `EmergencyReparentShard` and `PlannedReparentShard` commands and RPCs now support specifying a primary we expect to still be the current primary in order for a reparent operation to be processed. This allows reparents to be conditional on a specific state being true.

0 comments on commit 264c6e1

Please sign in to comment.