Skip to content

Commit 5f13c4b

Browse files
authored
Merge pull request #196 from percona/psmysql-docs-8.0-8982
PS-8982 add a list of Percona Server for MySQL reserved words (8.0)
2 parents 4cab658 + e1ea59f commit 5f13c4b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/reserved-words.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Reserved keywords
2+
3+
Percona uses reserved keywords, which define or manipulate a function or feature of the database. Add these words to the [MySQL reserved keyword list] when using Percona Server for MySQL.
4+
5+
If you must use a reserved keyword as an identifier, enclose the word in a set of backtick (`) symbols.
6+
7+
The following is a list of Percona-specific reserved keywords:
8+
9+
* CLIENT_STATISTICS
10+
* CLUSTERING
11+
* COMPRESSION_DICTIONARY
12+
* EFFECTIVE
13+
* INDEX_STATISTICS
14+
* SEQUENCE_TABLE
15+
* TABLE_STATISTICS
16+
* THREAD_STATISTICS
17+
* USER_STATISTICS
18+
19+
[MySQL reserved keyword list]: https://dev.mysql.com/doc/refman/8.0/en/keywords.html

mkdocs-base.yml

+1
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ nav:
351351
- toku-backup.md
352352
- Reference:
353353
- topic-index.md
354+
- reserved-words.md
354355
- ps-variables.md
355356
- ps-versions-comparison.md
356357
- feature-comparison.md

0 commit comments

Comments
 (0)