Bug #113175 | Getting wrong result for locked rows | ||
---|---|---|---|
Submitted: | 22 Nov 2023 5:55 | Modified: | 22 Nov 2023 11:35 |
Reporter: | Harshit Gangal | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | 8.0.34 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[22 Nov 2023 5:55]
Harshit Gangal
[22 Nov 2023 11:35]
MySQL Verification Team
Hi Mr. Gangal, Thank you very much for your bug report. However, this can not be a bug. You have inserted only a couple of rows in that table. Hence, no search is done by index. Instead all of the rows are scanned. If you can send us a test case where the search will use index , instead of row scanning, we shall be glad to reconsider it. Not a bug.