From e43a9e6ab9574777e8041ccc26a0dfd8a487f0c3 Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Fri, 6 Jan 2023 19:05:03 +0530 Subject: [PATCH 1/2] doc update for vtgate mysql advertised version Signed-off-by: Harshit Gangal --- content/en/docs/16.0/get-started/local.md | 2 +- content/en/docs/16.0/overview/supported-databases.md | 2 +- .../16.0/user-guides/configuration-advanced/region-sharding.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/16.0/get-started/local.md b/content/en/docs/16.0/get-started/local.md index 58a183465..b8bd18299 100644 --- a/content/en/docs/16.0/get-started/local.md +++ b/content/en/docs/16.0/get-started/local.md @@ -286,7 +286,7 @@ You should now be able to connect to the VTGate server that was started in `101_ ~/my-vitess-example> mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 -Server version: 5.7.9-Vitess (Ubuntu) +Server version: 8.0.31-Vitess (Ubuntu) Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. diff --git a/content/en/docs/16.0/overview/supported-databases.md b/content/en/docs/16.0/overview/supported-databases.md index d13b25214..6aaa5db56 100644 --- a/content/en/docs/16.0/overview/supported-databases.md +++ b/content/en/docs/16.0/overview/supported-databases.md @@ -6,7 +6,7 @@ featured: true Vitess deploys, scales and manages clusters of open-source SQL database instances. Currently, Vitess supports the [MySQL](https://www.mysql.com/) and [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) databases. -The [VTGate](../../concepts/vtgate/) proxy server advertises its version as MySQL 5.7. +The [VTGate](../../concepts/vtgate/) proxy server advertises its version as MySQL 8.0. ## MySQL versions 5.7 to 8.0 diff --git a/content/en/docs/16.0/user-guides/configuration-advanced/region-sharding.md b/content/en/docs/16.0/user-guides/configuration-advanced/region-sharding.md index e10f9a58b..182af14db 100644 --- a/content/en/docs/16.0/user-guides/configuration-advanced/region-sharding.md +++ b/content/en/docs/16.0/user-guides/configuration-advanced/region-sharding.md @@ -230,7 +230,7 @@ You should now be able to connect to the VTGate server that was started in `101_ ~/my-vitess-example> mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 -Server version: 5.7.9-Vitess (Ubuntu) +Server version: 8.0.31-Vitess (Ubuntu) Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. From 639f2dac29aaf7221d9a14b3b44ce9e65d37b00e Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Sat, 7 Jan 2023 05:23:27 +0530 Subject: [PATCH 2/2] update vttestserver mysql version doc Signed-off-by: Harshit Gangal --- content/en/docs/16.0/get-started/vttestserver-docker-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/16.0/get-started/vttestserver-docker-image.md b/content/en/docs/16.0/get-started/vttestserver-docker-image.md index ca0344cec..47a64de03 100644 --- a/content/en/docs/16.0/get-started/vttestserver-docker-image.md +++ b/content/en/docs/16.0/get-started/vttestserver-docker-image.md @@ -58,7 +58,7 @@ The docker image expects some of the environment variables to be set to function | *PORT* | yes | The starting of the port addresses that vitess will use to register its components like vtgate, etc. | | *MYSQL_MAX_CONNECTIONS* | no | Maximum number of connections that the MySQL instance will support. If unspecified, it defaults to 1000. | | *MYSQL_BIND_HOST* | no | Which host to bind the MySQL listener to. If unspecified, it defaults to `127.0.0.1`. | -| *MYSQL_SERVER_VERSION* | no | MySQL server version to advertise. If unspecified, it defaults to `8.0.21-vitess` or `5.7.9-vitess` according to the version of vttestserver run. | +| *MYSQL_SERVER_VERSION* | no | MySQL server version to advertise. If unspecified, it defaults to `8.0.31-vitess` or `5.7.9-vitess` according to the version of vttestserver run. | | *CHARSET* | no | Default charset to use. If unspecified, it defaults to `utf8mb4`. | | *FOREIGN_KEY_MODE* | no | This is to provide how to handle foreign key constraint in create/alter table. Valid values are: allow (default), disallow. | | *ENABLE_ONLINE_DDL* | no | Allow users to submit, review and control Online DDL. Valid values are: true (default), false. |