From 9346a2e5502e2a2d4fe74c76a6c5d87d6ca0c8fc Mon Sep 17 00:00:00 2001 From: yoheimuta Date: Wed, 11 Jan 2023 14:55:48 +0900 Subject: [PATCH] DBZ-5930 Fix a typo in document --- documentation/modules/ROOT/pages/connectors/vitess.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/connectors/vitess.adoc b/documentation/modules/ROOT/pages/connectors/vitess.adoc index 08cfffd8d..cdbd32605 100644 --- a/documentation/modules/ROOT/pages/connectors/vitess.adoc +++ b/documentation/modules/ROOT/pages/connectors/vitess.adoc @@ -61,7 +61,7 @@ To optimally configure and run a {prodname} Vitess connector, it is helpful to u [[vitess-snapshot]] === Snapshot -Typically, a MySQL servers is not configured to retain the complete history of the database in the binary logs. +Typically, a MySQL server is not configured to retain the complete history of the database in the binary logs. As a result, the connector is unable to read the entire history of the database from the binary logs. For this reason, the first time that the connector starts, it performs an initial consistent snapshot of the database. You can change this behavior by setting the xref:{link-vitess-connector}#vitess-property-snapshot-mode[`snapshot.mode` connector configuration property] to a value other than `initial`.