Bug #115978 | Inconsistent results at the serializable isolation level | ||
---|---|---|---|
Submitted: | 2 Sep 2024 7:06 | Modified: | 4 Sep 2024 15:00 |
Reporter: | Huicong Xu | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 8.0 | OS: | Any |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[2 Sep 2024 7:06]
Huicong Xu
[2 Sep 2024 13:02]
MySQL Verification Team
Hi, What exact version did you tested with (I would like you to test with 9.0.1) and how did you set isolation level, with config for whole server or only for your session or ? Thanks
[3 Sep 2024 1:38]
Huicong Xu
Helloļ¼ This version is 8.0.36-0ubuntu0.22.04.1. mysql> SELECT VERSION(); +-------------------------+ | VERSION() | +-------------------------+ | 8.0.36-0ubuntu0.22.04.1 | +-------------------------+ 1 row in set (0.00 sec) I set up serializable isolation levels for the entire server. mysql> SELECT @@global.transaction_isolation; +--------------------------------+ | @@global.transaction_isolation | +--------------------------------+ | SERIALIZABLE | +--------------------------------+ 1 row in set (0.00 sec)
[4 Sep 2024 15:01]
MySQL Verification Team
Why two report? Duplicate of Bug #115995