Skip to content

Commit

Permalink
regenerate from PR latest
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason committed Sep 22, 2023
1 parent c6bece6 commit e9c8156
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/18.0/reference/programs/vtbackup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Whatever system launches vtbackup is responsible for the following:
- Retrying vtbackup if it fails.
- Alerting human operators if the failure is persistent.

The process vtbackup follows to take a new backup is as follows:
The process vtbackup follows to take a new backup has the following steps:
1. Restore from the most recent backup.
2. Start a mysqld instance (but no vttablet) from the restored data.
3. Instruct mysqld to connect to the current shard primary and replicate any
Expand Down
2 changes: 0 additions & 2 deletions content/en/docs/18.0/reference/programs/vtclient/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ vtclient connects to a vtgate server using the standard go driver API.

vtclient connects to a vtgate server using the standard go driver API.

Version 3 of the API is used, we do not send any hint to the server.

For query bound variables, we assume place-holders in the query string
in the form of :v1, :v2, etc.

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/18.0/reference/programs/vtcombo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vtcombo is a single binary containing several vitess components.
vtcombo is a single binary containing several vitess components.

In particular, it contains:
- A ZK topology server based on an in-memory map.
- A topology server based on an in-memory map.
- One vtgate instance.
- Many vttablet instances.
- A vtctld instance so it's easy to see the topology.
Expand Down

0 comments on commit e9c8156

Please sign in to comment.