From a1df3428b2cc2691d2a226b930ba7792a17a3627 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Thu, 20 Apr 2023 15:03:19 +0800 Subject: [PATCH] system-variables: update description of datadir (#13748) --- system-variables.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system-variables.md b/system-variables.md index 4179c47f4caa..dfa593f0bbff 100644 --- a/system-variables.md +++ b/system-variables.md @@ -176,9 +176,8 @@ mysql> SELECT * FROM t1; ### `datadir` - 作用域:NONE -- 默认值:/tmp/tidb -- 这个变量表示数据存储的位置,位置可以是本地路径。如果数据存储在 TiKV 上,则可以是指向 PD 服务器的路径。 -- 如果变量值的格式为 `ip_address:port`,表示 TiDB 在启动时连接到的 PD 服务器。 +- 默认值:${ip_address:port} +- 变量值的格式为 `ip_address:port`,表示 TiDB 在启动时连接到的 PD 服务器。 ### `ddl_slow_threshold`