From 5afae4131f2b7a91eec5ebee388b8ada88933736 Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:54:58 +0000 Subject: [PATCH 1/6] Updated the query-serving error code --- content/en/docs/20.0/reference/errors/query-serving.md | 5 +++-- 1 file changed, 3 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..5fbed5fa8 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,8 @@ 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 | +| VT03033 | The table column list and derived column list have different column counts. | In definition of view, derived table or common table expression, SELECT list and column names list have different column counts | 1353 | 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 +97,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 eb197e1b0eb632eaf7ddb1cefd03b2296910f6cb Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:09:19 +0000 Subject: [PATCH 2/6] Updated the query-serving error code From e362548b14e8b015626c4b221dc69a0907f0ec9d Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:53:28 +0000 Subject: [PATCH 3/6] Updated the query-serving error code From 049ef5203fcca488ab1b75e608734b2efcfb8cab Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:49:13 +0000 Subject: [PATCH 4/6] Updated the query-serving error code From dd8f9e14958926f54146ee2ab59fb8eda05482fe Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:59:07 +0000 Subject: [PATCH 5/6] Updated the query-serving error code From 0e1acd1a98738e5bd3555344e74448f91ef043bd Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:40:20 +0000 Subject: [PATCH 6/6] Updated the query-serving error code