From 18f51d99592c59df7ea6bda7c4f178879a72b203 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 5 Jul 2023 16:03:44 +0800 Subject: [PATCH] include warning in tidb control (#14041) (#14112) --- tidb-control.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tidb-control.md b/tidb-control.md index e19daf80918b5..00417a89a777f 100644 --- a/tidb-control.md +++ b/tidb-control.md @@ -7,6 +7,10 @@ summary: Use TiDB Control to obtain TiDB status information for debugging. TiDB Control is a command-line tool of TiDB, usually used to obtain the status information of TiDB for debugging. This document introduces the features of TiDB Control and how to use these features. +> **Note:** +> +> TiDB Control is specifically designed for debugging purposes and might not be fully compatible with future capabilities introduced in TiDB. It's not recommended to include this tool in applications or utilities development to get information. + ## Get TiDB Control You can get TiDB Control by installing it using TiUP or by compiling it from source code.