Bug #101706 | check table can't find duplicate error in table | ||
---|---|---|---|
Submitted: | 21 Nov 2020 16:51 | Modified: | 3 Dec 2020 14:25 |
Reporter: | Zongzhi Chen (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Nov 2020 16:51]
Zongzhi Chen
[30 Nov 2020 14:58]
MySQL Verification Team
Hi Mr. zongzhi, Thank you for your bug report. I have patched latest 8.0 and repeated your test case, this being only the last part: mysql> select * from t1; +----+------+ | c1 | c2 | +----+------+ | 1 | 5 | | 2 | 5 | | 10 | 9 | +----+------+ 3 rows in set (0.00 sec) mysql> check table t1; +--------+-------+----------+----------+ | Table | Op | Msg_type | Msg_text | +--------+-------+----------+----------+ | test.t1 | check | status | OK | +--------+-------+----------+----------+ 1 row in set (0.01 sec) Verified as reported.
[30 Nov 2020 15:06]
MySQL Verification Team
Set correct version.
[3 Dec 2020 14:25]
MySQL Verification Team
Hi Mr. zongzhi, This bug can not be any longer reproduced with 8.0.24. Hence, we are closing this bug.