Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ TiDB 配置文件比命令行参数支持更多的选项。你可以在 [config/
+ 默认值:""
+ 默认情况下,TiDB 版本号格式为:`5.7.${mysql_latest_minor_version}-TiDB-${tidb_version}`。

> **注意:**
Comment thread
ran-huang marked this conversation as resolved.
> server-version 会被用于 TiDB 节点来验证当前 TiDB 的版本,因此在进行 TiDB 集群升级前,请将 server-version 清理掉,或者设置为当前 TiDB 真实的版本值,避免出现非预期行为。
Comment thread
Benjamin2037 marked this conversation as resolved.
Outdated
Comment thread
ran-huang marked this conversation as resolved.
Outdated

### `repair-mode`

+ 用于开启非可信修复模式,启动该模式后,可以过滤 `repair-table-list` 名单中坏表的加载。
Expand Down