From 3a6c70b9ccbeeb999420e505762b66620f898cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 4 Sep 2023 17:56:11 +0200 Subject: [PATCH 1/2] Add deprecate-integer-display-length to TIDB Config --- tidb-configuration-file.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 842fe8cef9bf8..d37089511d39a 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -179,6 +179,11 @@ The TiDB configuration file supports more options than command-line parameters. - When this configuration is set to `true` on a TiDB instance, the telemetry collection in this TiDB instance is enabled and the [`tidb_enable_telemetry`](/system-variables.md#tidb_enable_telemetry-new-in-v402) system variable takes effect. - When this configuration is set to `false` on all TiDB instances, the telemetry collection in TiDB is disabled and the [`tidb_enable_telemetry`](/system-variables.md#tidb_enable_telemetry-new-in-v402) system variable does not take effect. See [Telemetry](/telemetry.md) for details. +### `deprecate-integer-display-length` + +- Deprecates displaying display width for integer types when enabled. +- Default value: `false` + ### `enable-tcp4-only` New in v5.0 - Enables or disables listening on TCP4 only. From e45993792bc9f9c77573b61d0bc7fd6c73c6857c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 7 Sep 2023 11:29:54 +0200 Subject: [PATCH 2/2] Update tidb-configuration-file.md Co-authored-by: Ran --- tidb-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index d37089511d39a..85be7bfb0ab41 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -181,7 +181,7 @@ The TiDB configuration file supports more options than command-line parameters. ### `deprecate-integer-display-length` -- Deprecates displaying display width for integer types when enabled. +- Deprecates the display width for integer types when this configuration item is set to `true`. - Default value: `false` ### `enable-tcp4-only` New in v5.0