Bug #118923 | Abnormal read phenomena are observed under MySQL's Read Committed isolation level | ||
---|---|---|---|
Submitted: | 2 Sep 7:49 | Modified: | 3 Sep 9:52 |
Reporter: | Hongyu Yang | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 8.4, 8.0.22, 9.4.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[2 Sep 7:49]
Hongyu Yang
[3 Sep 9:52]
MySQL Verification Team
Tanks for the test case mysql> select * from t; +---+---+ | a | b | +---+---+ | 2 | 3 | | 4 | 1 | | 4 | 2 | +---+---+ 3 rows in set (0.001 sec) mysql> select @@version; +-----------+ | @@version | +-----------+ | 9.4.0 | +-----------+ 1 row in set (0.000 sec) mysql>