Skip to content

Commit

Permalink
sql: Rename TiDB proprietary variables to TiDB specific (#666)
Browse files Browse the repository at this point in the history
* Update tidb-specific.md

* Update README.md

* Improved introduction

* Update tidb-specific.md
  • Loading branch information
morgo authored and lilin90 committed Oct 15, 2018
1 parent 1a4ca1e commit fbbeeed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [The TiDB Data Directory](sql/tidb-server.md#tidb-data-directory)
- [The TiDB System Database](sql/system-database.md)
- [The TiDB System Variables](sql/variable.md)
- [The Proprietary System Variables and Syntax in TiDB](sql/tidb-specific.md)
- [The TiDB Specific System Variables](sql/tidb-specific.md)
- [The TiDB Server Logs](sql/tidb-server.md#tidb-server-logs)
- [The TiDB Access Privilege System](sql/privilege.md)
- [TiDB User Account Management](sql/user-account-management.md)
Expand Down
8 changes: 4 additions & 4 deletions sql/tidb-specific.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: The Proprietary System Variables and Syntaxes in TiDB
summary: Use the proprietary system variables and syntaxes in TiDB to optimize performance.
title: TiDB Specific System Variables
summary: Use system variables specific to TiDB to optimize performance.
category: user guide
---

# The Proprietary System Variables and Syntaxes in TiDB
# TiDB Specific System Variables

On the basis of MySQL variables and syntaxes, TiDB has defined some specific system variables and syntaxes to optimize performance.
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.

## System variable

Expand Down

0 comments on commit fbbeeed

Please sign in to comment.