From 51f251d5bac3cd05e2d66361e163fd0f78a52127 Mon Sep 17 00:00:00 2001 From: "bot-vitess[bot]" <138716819+bot-vitess[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:27:45 +0000 Subject: [PATCH 1/2] Updated the query-serving error code --- content/en/docs/18.0/reference/errors/query-serving.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/18.0/reference/errors/query-serving.md b/content/en/docs/18.0/reference/errors/query-serving.md index 83066730e..be92b256e 100644 --- a/content/en/docs/18.0/reference/errors/query-serving.md +++ b/content/en/docs/18.0/reference/errors/query-serving.md @@ -58,6 +58,8 @@ These error messages are internal to Vitess. If you are getting other errors fro | VT09010 | SHOW VITESS_THROTTLER STATUS works only on primary tablet. | SHOW VITESS_THROTTLER STATUS works only on primary tablet | 0 | | | VT09011 | The prepared statement is not available | Unknown prepared statement handler (%s) given to %s | 1243 | HY000 | | VT09012 | This type of statement is not allowed on the given tablet. | %s statement with %s tablet not allowed | 0 | | +| VT09013 | Durability policy wants Vitess to use semi-sync, but the MySQL instances don't have the semi-sync plugin loaded. | semi-sync plugins are not loaded | 0 | | +| VT09014 | The vindex cannot be used as table in DML statement | vindex cannot be modified | 0 | | | VT10001 | Foreign key constraints are not allowed, see https://vitess.io/blog/2021-06-15-online-ddl-why-no-fk/. | foreign key constraints are not allowed | 0 | | | VT12001 | This statement is unsupported by Vitess. Please rewrite your query to use supported syntax. | unsupported: %s | 0 | | | VT13001 | This error should not happen and is a bug. Please file an issue on GitHub: https://github.com/vitessio/vitess/issues/new/choose. | [BUG] %s | 0 | | From 7c57fe6d54ec8013ba3cd4c57d6f752a3a6222be Mon Sep 17 00:00:00 2001 From: "bot-vitess[bot]" <138716819+bot-vitess[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:28:47 +0000 Subject: [PATCH 2/2] Updated the query-serving error code