Skip to content

Commit c35b7e9

Browse files
authored
Add error code description for 'Information schema is changed' (#13559)
1 parent 4e107c2 commit c35b7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-lock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ summary: 介绍 TiDB 中元数据锁的概念、原理、实现和影响。
6464
| `COMMIT;` | |
6565
| `BEGIN;` | |
6666
| | `ALTER TABLE t MODIFY COLUMN a CHAR(10);` |
67-
| `SELECT * FROM t;` (报错 `Information schema is changed`) | |
67+
| `SELECT * FROM t;` (报错 `Error 8028: Information schema is changed`) | |
6868

6969
## 元数据锁的可观测性
7070

0 commit comments

Comments
 (0)