From 91282e98b416b0d1c6524b7108bbbec4f9ab4798 Mon Sep 17 00:00:00 2001 From: Mohamed Hamza Date: Mon, 25 Aug 2025 10:05:44 -0400 Subject: [PATCH] Add docs for new `transaction_timeout` system variable Add docs for new `transaction_timeout` system variable introduced in https://github.com/vitessio/vitess/pull/18560. Signed-off-by: Mohamed Hamza --- content/en/docs/23.0/concepts/query-rewriting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/23.0/concepts/query-rewriting.md b/content/en/docs/23.0/concepts/query-rewriting.md index 6d8c7c417..9d573c188 100644 --- a/content/en/docs/23.0/concepts/query-rewriting.md +++ b/content/en/docs/23.0/concepts/query-rewriting.md @@ -104,6 +104,7 @@ Here is a list of all the system variables that are handled by Vitess and how th | query_timeout | VitessAware | | transaction_isolation | VitessAware | | tx_isolation | VitessAware | +| transaction_timeout | VitessAware | | big_tables | NoOp | | bulk_insert_buffer_size | NoOp | | debug | NoOp |