Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql, TOC: update doc title #1071

Merged
merged 1 commit into from
Apr 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
- [Optimizer Hints](sql/optimizer-hints.md)
- [Tune TiKV](op-guide/tune-tikv.md)
- [TiDB Best Practices](https://pingcap.com/blog/2017-07-24-tidbbestpractice/)
- [TiDB System Database](sql/system-database.md)
- [TiDB System Tables](sql/system-database.md)
- [Information Schema](sql/information-schema.md)
- [TiSpark](tispark/tispark-user-guide.md)
+ Configuration
Expand Down
8 changes: 4 additions & 4 deletions sql/system-database.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: The TiDB System Database
summary: Learn tables contained in the TiDB System Database.
title: TiDB System Tables
summary: Learn the TiDB system tables.
category: user guide
---

# The TiDB System Database
# TiDB System Tables

The TiDB System Database is similar to MySQL, which contains tables that store information required by the server when it runs.
This document introduces TiDB system tables.

## Grant system tables

Expand Down