Bug #109242 CREATE FULLTEXT INDEX fails with ERROR 1062 (23000): Duplicate entry 'NULL-NULL'
Submitted: 29 Nov 2022 21:04 Modified: 5 Oct 2023 21:49
Reporter: E M Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: DDL Severity:S2 (Serious)
Version: 8.0.31 OS:Ubuntu
Assigned to: CPU Architecture:x86 (x86_64)
Tags: regression

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[29 Nov 2022 21:04] E M
Reproduction script

Attachment: test.sql (application/sql, text), 195.75 KiB.

[20 Dec 2022 14:18] Craig Crawford
Reproduction (~4m rows, python script)

Attachment: mysql-test.py (text/x-python), 4.76 KiB.