Bug #103371 Contribution: Make blackhole max index key length comparable to InnoDB
Submitted: 19 Apr 2021 14:07 Modified: 21 Apr 2021 13:03
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Storage Engines Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[19 Apr 2021 14:07] OCA Admin
Description:
This bug tracks a contribution by Adam Cable (Github user: adamcable) as described in http://github.com/mysql/mysql-server/pull/335

How to repeat:
See description

Suggested fix:
See contribution code attached
[19 Apr 2021 14:07] OCA Admin
Contribution submitted via Github - Make blackhole max index key length comparable to InnoDB 
(*) Contribution by Adam Cable (Github adamcable, mysql-server/pull/335#issuecomment-822484509): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_616268945.txt (text/plain), 954 bytes.

[19 Apr 2021 14:47] MySQL Verification Team
Thank you for the contribution.
[21 Apr 2021 13:03] Paul DuBois
Posted by developer:
 
Fixed in 8.0.26.

The BLACKHOLE storage engine maximum key length has been increased
from 1000 to 3072 bytes (the same as InnoDB). Thanks to Adam Cable
for the contribution.
[24 Apr 2021 14:37] Paul DuBois
Posted by developer:
 
Fixed in 8.0.27, not 8.0.26.