diff --git a/error-codes.md b/error-codes.md index f2a80629c3540..659d4b6a3754e 100644 --- a/error-codes.md +++ b/error-codes.md @@ -97,7 +97,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.