Skip to content

Commit

Permalink
docs: add tidb_enable_amend_pessimistic_txn depreciation (#11585)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Dec 13, 2022
1 parent d654c62 commit b5d9b2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@
- [`TIKV_STORE_STATUS`](/information-schema/information-schema-tikv-store-status.md)
- [`USER_PRIVILEGES`](/information-schema/information-schema-user-privileges.md)
- [`VIEWS`](/information-schema/information-schema-views.md)
- [Metadata Lock](/metadata-lock.md)
- [System Variables](/system-variables.md)
- Storage Engines
- TiKV
Expand Down
4 changes: 4 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,10 @@ MPP is a distributed computing framework provided by the TiFlash engine, which a
### tidb_enable_amend_pessimistic_txn <span class="version-mark">New in v4.0.7</span>

> **Warning:**
>
> Starting from v6.6.0, this variable will be deprecated, and TiDB will use the [Metadata Lock](/metadata-lock.md) feature by default to avoid the `Information schema is changed` error.
- Scope: SESSION | GLOBAL
- Persists to cluster: Yes
- Type: Boolean
Expand Down

0 comments on commit b5d9b2d

Please sign in to comment.