diff --git a/error-codes.md b/error-codes.md index d55d277fe5eb0..d59320bc0ee6e 100644 --- a/error-codes.md +++ b/error-codes.md @@ -98,7 +98,7 @@ TiDB is compatible with the error codes in MySQL, and in most cases returns the * Error Number: 8027 - The table schema version is outdated. TiDB uses the online schema change algorithm to execute DDL statements. When the table schema version of the TiDB server is earlier than that of the entire system, this error is returned if you execute a SQL statement. + The table schema version is outdated. TiDB applies schema changes online. When the table schema version of the TiDB server is earlier than that of the entire system, this error is returned if you execute a SQL statement. When this error occurs, check the network between the TiDB server and the PD Leader.