From 624d92074b938830a904bca143c3b8acbf8727ac Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:39:50 +0530 Subject: [PATCH] Updated the query-serving error code (#1638) Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com> --- content/en/docs/19.0/reference/errors/query-serving.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/19.0/reference/errors/query-serving.md b/content/en/docs/19.0/reference/errors/query-serving.md index e83de59b7..4383dc232 100644 --- a/content/en/docs/19.0/reference/errors/query-serving.md +++ b/content/en/docs/19.0/reference/errors/query-serving.md @@ -66,6 +66,7 @@ These error messages are internal to Vitess. If you are getting other errors fro | VT09016 | SET DEFAULT is not supported by InnoDB | Cannot delete or update a parent row: a foreign key constraint fails | 1451 | 23000 | | VT09017 | Invalid syntax for the statement type. | %s | 0 | | | VT09018 | Invalid syntax for the vindex function statement. | %s | 0 | | +| VT09019 | Vitess doesn't support cyclic foreign keys. | %s has cyclic foreign keys | 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 | | | VT12002 | Vitess does not support cross shard foreign keys. | unsupported: cross-shard foreign keys | 0 | |