Skip to content

Commit

Permalink
moved error codes page (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgo authored and forksiva committed May 15, 2019
1 parent e38ce44 commit 184f928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TOC.md
Expand Up @@ -211,7 +211,7 @@
+ System Databases
- [`mysql`](dev/reference/system-databases/mysql.md)
- [`information_schema`](dev/reference/system-databases/information-schema.md)
- [Errors Codes](sql/error.md)
- [Errors Codes](dev/reference/error-codes.md)
- [Supported Client Drivers](dev/reference/supported-clients.md)
- [Garbage Collection (GC)](dev/reference/garbage-collection.md)
+ Performance
Expand Down
5 changes: 3 additions & 2 deletions sql/error.md → dev/reference/error-codes.md
Expand Up @@ -2,6 +2,7 @@
title: Error Codes and Troubleshooting
summary: Learn about the error codes and solutions in TiDB.
category: reference
aliases: ['/docs/sql/error/']
---

# Error Codes and Troubleshooting
Expand All @@ -23,8 +24,8 @@ TiDB is compatible with the error codes in MySQL, and in most cases returns the
| 9004 | This error occurs when a large number of transactional conflicts exist in the database. | Check the code of application. |
| 9005 | A certain Raft Group is not available, such as the number of replicas is not enough. This error usually occurs when the TiKV server is busy or the TiKV node is down. | Check the state/monitor/log of the TiKV server. |
| 9006 | The interval of GC Life Time is too short and the data that should be read by the long transactions might be cleared. | Extend the interval of GC Life Time. |
| 9500 | A single transaction is too large. | See [here](/FAQ.md#the-error-message-transaction-too-large-is-displayed) for the solution. |
| 9500 | A single transaction is too large. | See [here](/faq/tidb.md#the-error-message-transaction-too-large-is-displayed) for the solution. |

## Troubleshooting

See the [troubleshooting](/trouble-shooting.md) and [FAQ](/FAQ.md) documents.
See the [troubleshooting](/dev/how-to/troubleshoot/cluster-setup.md) and [FAQ](/faq/tidb.md) documents.

0 comments on commit 184f928

Please sign in to comment.