diff --git a/content/en/docs/18.0/reference/programs/vtbackup/_index.md b/content/en/docs/18.0/reference/programs/vtbackup/_index.md index 8621380761..c10f248942 100644 --- a/content/en/docs/18.0/reference/programs/vtbackup/_index.md +++ b/content/en/docs/18.0/reference/programs/vtbackup/_index.md @@ -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 diff --git a/content/en/docs/18.0/reference/programs/vtclient/_index.md b/content/en/docs/18.0/reference/programs/vtclient/_index.md index b116e2a061..21bc176e1f 100644 --- a/content/en/docs/18.0/reference/programs/vtclient/_index.md +++ b/content/en/docs/18.0/reference/programs/vtclient/_index.md @@ -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. diff --git a/content/en/docs/18.0/reference/programs/vtcombo/_index.md b/content/en/docs/18.0/reference/programs/vtcombo/_index.md index 4701f3d2d4..bab8b8af65 100644 --- a/content/en/docs/18.0/reference/programs/vtcombo/_index.md +++ b/content/en/docs/18.0/reference/programs/vtcombo/_index.md @@ -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.