Bug #108729 | Adding fulltext index results in duplicate entry error for unrelated key | ||
---|---|---|---|
Submitted: | 10 Oct 2022 16:06 | Modified: | 13 Oct 2022 15:52 |
Reporter: | Mark Bench | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: FULLTEXT search | Severity: | S3 (Non-critical) |
Version: | 8.0.30 | OS: | Linux |
Assigned to: | CPU Architecture: | x86 | |
Tags: | Duplicate entry, fulltext, innodb |
[10 Oct 2022 16:06]
Mark Bench
[11 Oct 2022 13:08]
MySQL Verification Team
Hi Mr. Bench, Thank you for your bug report. We have run your test case and we were not able to repeat the problem. Hence, please read further to find out what you should do. Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL. Can't repeat.
[11 Oct 2022 13:24]
MySQL Verification Team
Hi Mr. Bench, One more item that you should notice. You did not create full-text indices on those two columns, but, instead, ordinary VARCHAR indices. Hence, your presumptions and bug description are wrong.
[13 Oct 2022 15:52]
Mark Bench
Thanks for your comments! My post was probably unclear: the ordinary VARCHAR indices you reference are already existing before the attempt to create a fulltext index on the same fields. If that changes anything, I'd love to know, otherwise I recognize that without a reproducible test case it's difficult to assess what's going on. I was hoping that the error message referencing a field unrelated to the fields involved in the fulltext index creation might be sufficient to indicate a bug. Thanks for your eyes!
[14 Oct 2022 13:27]
MySQL Verification Team
Hi Mr. Bench, We tested your DDL on the 8.0.31 and it works like a charm ..... Can't repeat.