Skip to content

Commit fbbeeed

Browse files
morgolilin90
authored andcommitted
sql: Rename TiDB proprietary variables to TiDB specific (#666)
* Update tidb-specific.md * Update README.md * Improved introduction * Update tidb-specific.md
1 parent 1a4ca1e commit fbbeeed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [The TiDB Data Directory](sql/tidb-server.md#tidb-data-directory)
1717
- [The TiDB System Database](sql/system-database.md)
1818
- [The TiDB System Variables](sql/variable.md)
19-
- [The Proprietary System Variables and Syntax in TiDB](sql/tidb-specific.md)
19+
- [The TiDB Specific System Variables](sql/tidb-specific.md)
2020
- [The TiDB Server Logs](sql/tidb-server.md#tidb-server-logs)
2121
- [The TiDB Access Privilege System](sql/privilege.md)
2222
- [TiDB User Account Management](sql/user-account-management.md)

sql/tidb-specific.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: The Proprietary System Variables and Syntaxes in TiDB
3-
summary: Use the proprietary system variables and syntaxes in TiDB to optimize performance.
2+
title: TiDB Specific System Variables
3+
summary: Use system variables specific to TiDB to optimize performance.
44
category: user guide
55
---
66

7-
# The Proprietary System Variables and Syntaxes in TiDB
7+
# TiDB Specific System Variables
88

9-
On the basis of MySQL variables and syntaxes, TiDB has defined some specific system variables and syntaxes to optimize performance.
9+
TiDB contains a number of system variables which are specific to its usage, and **do not** apply to MySQL. These variables start with a `tidb_` prefix, and can be tuned to optimize system performance.
1010

1111
## System variable
1212

0 commit comments

Comments
 (0)