Bug #99118 | ARM CRC32 intrinsic call to accelerate table-checksum (not crc32c but crc32) | ||
---|---|---|---|
Submitted: | 31 Mar 2020 5:20 | Modified: | 4 Nov 2020 15:43 |
Reporter: | Krunal Bauskar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S5 (Performance) |
Version: | 8.0.19 | OS: | Linux |
Assigned to: | CPU Architecture: | ARM | |
Tags: | Contribution, contributions |
[31 Mar 2020 5:20]
Krunal Bauskar
[31 Mar 2020 5:20]
Krunal Bauskar
use arm crc32 intrinsic call to calculate table checksum (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: crc32.checksum.patch (text/x-patch), 7.03 KiB.
[31 Mar 2020 6:29]
MySQL Verification Team
Hello Krunal, Thank you for the report and contribution. regards, Umesh
[4 Nov 2020 15:43]
Paul DuBois
Posted by developer: Fixed in 8.0.23. CRC calculations for binlog checksums are faster on ARM platforms. Thanks to Krunal Suresh Bauskar for the contribution.