`ALTER USER` in TiDB is incompatible with MySQL8.0
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
Now `ALTER USER` in TiDB is compatible with MySQL5.7. If multiple users are specified in the same `ALTER USER` statement, the failure of modifying a latter user would not rollback the modification of the former users. But in MySQL8.0, if something wrong happens, all of the current modifications would be rollback.
Contributor guide
Assessment
This issue has not been assessed yet.