Skip to content

Commit

Permalink
fix error message of 8028 in metadata lock (pingcap#17960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jun 19, 2024
1 parent 2f69f12 commit 51e4b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Starting from v6.5.0, TiDB enables metadata lock by default. When you upgrade yo
| `COMMIT;` | |
| `BEGIN;` | |
| | `ALTER TABLE t MODIFY COLUMN a CHAR(10);` |
| `SELECT * FROM t;` (returns `Error 8028: Information schema is changed`) | |
| `SELECT * FROM t;` (returns `ERROR 8028 (HY000): public column a has changed`) | |

## Observability

Expand Down

0 comments on commit 51e4b03

Please sign in to comment.