From c44720eebb74e2f7aae75f8fae798a01f3ef8268 Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:53:01 +0000 Subject: [PATCH 1/9] Updated the query-serving error code --- content/en/docs/20.0/reference/errors/query-serving.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/20.0/reference/errors/query-serving.md b/content/en/docs/20.0/reference/errors/query-serving.md index 13a1300c2..836c39ac2 100644 --- a/content/en/docs/20.0/reference/errors/query-serving.md +++ b/content/en/docs/20.0/reference/errors/query-serving.md @@ -44,7 +44,7 @@ These error messages are internal to Vitess. If you are getting other errors fro | VT03029 | The number of columns you want to insert do not match the number of columns of your SELECT query. | column count does not match value count with the row for vindex '%s' | 1136 | 21S01 | | VT03030 | The number of columns you want to insert do not match the number of columns of your SELECT query. | lookup column count does not match value count with the row (columns, count): (%v, %d) | 1136 | 21S01 | | VT03031 | EXPLAIN has to be sent down as a single query to the underlying MySQL, and this is not possible if it uses tables from multiple keyspaces | EXPLAIN is only supported for single keyspace | 0 | | -| VT03031 | You cannot update a table that is not a real MySQL table. | the target table %s of the UPDATE is not updatable | 1288 | HY000 | +| VT03032 | You cannot update a table that is not a real MySQL table. | the target table %s of the UPDATE is not updatable | 1288 | HY000 | | VT05001 | The given database does not exist; Vitess cannot drop it. | cannot drop database '%s'; database does not exists | 1008 | HY000 | | VT05002 | The given database does not exist; Vitess cannot alter it. | cannot alter database '%s'; unknown database | 1049 | 42000 | | VT05003 | The given database does not exist in the VSchema. | unknown database '%s' in vschema | 1049 | 42000 | @@ -96,7 +96,7 @@ These error messages are internal to Vitess. If you are getting other errors fro | 1192 | HY000 | Can't execute the given command because you have an active transaction | The provided statement cannot be executed inside a transaction. | | 1231 | 42000 | invalid transaction_mode: %s | Valid transaction_mode values are 'SINGLE', 'MULTI' or 'TWOPC'. | | 1231 | 42000 | invalid workload: %s | Valid workload values are 'OLTP', 'OLAP' or 'DBA'. | -| 1231 | 42000 | invalid DDL strategy: %s | Valid DDL strategies are `vitess`, `gh-ost`, `pt-osc`, `mysql`, `direct`. | +| 1231 | 42000 | invalid DDL strategy: %s | Valid DDL strategies are gh-ost, pt-osc. | | 1690 | 22003 | %s value is out of range in %v [+,-,*,/] %v | Arithmetic operation lead to out of range value for the type. | | 1047 | 42000 | connection ID and transaction ID do not exist | The session is pointing to a transaction and/or reserved connection that is not valid. | | 1105 | HY000 | %d is not a boolean | Tried setting a system variable to a value that could not be converted a boolean value. | From 4ca431866be609b5af10ab2ce754d2930cb8ef5f Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:59:39 +0000 Subject: [PATCH 2/9] Updated the query-serving error code From 131d66d0068e57fc132f9bb6520a1c4be81c9010 Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:01:14 +0000 Subject: [PATCH 3/9] Updated the query-serving error code From b88b6ede7a69467c5b82b408e6a839194ae3a28b Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:09:52 +0000 Subject: [PATCH 4/9] Updated the query-serving error code From aedfceb325608f7e10841e9f4fb5d0b068822913 Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:16:48 +0000 Subject: [PATCH 5/9] Updated the query-serving error code From 9d3de0a1bb716133a7476aeb208a4adac17d4896 Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:30:15 +0000 Subject: [PATCH 6/9] Updated the query-serving error code From dbf7f932a322db5b27f8b7b360dc8bbeaa3973aa Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 06:42:29 +0000 Subject: [PATCH 7/9] Updated the query-serving error code From 427c68bb4ae0790162d981a9703dd1101f36d7b7 Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 06:43:55 +0000 Subject: [PATCH 8/9] Updated the query-serving error code From c6a562b6ee37c21351e5619c877e987d02debc43 Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 07:54:25 +0000 Subject: [PATCH 9/9] Updated the query-serving error code