Bug #27530 Incorrect calculation CRC32 value in GROUP BY requests
Submitted: 29 Mar 2007 19:17 Modified: 24 Apr 2007 19:19
Reporter: Philip Jayasinghe
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:5.0.37-log OS:Any (pc-linux-gnu x86_64)
Assigned to: Georgi Kodinov Target Version:
Tags: Contribution, GROUP BY, overflow, 5.0.37, GROUP, crc32

File: Maximum allowed size is 500KB.
Description:
Privacy:

If the data you need to attach is more than 500KB, you should create a compressed archive of the data and a README file that describes the data with a filename that includes the bug number (example: bug-data-27530.zip), and use FTP to upload the archive to ftp://ftp.mysql.com/pub/mysql/upload/. Once you have uploaded the file, add a comment to this bug to notify us about it. Note: This directory is unlistable, which means that once you have uploaded your file, you will not be able to see it.

All entries become the exclusive editorial property of Sun Microsystems, Inc.

[30 Mar 2007 12:38] Sveta Smirnova
test case

Attachment: bug27530.test (application/octet-stream, text), 258 bytes.

[30 Mar 2007 21:55] Martin Friebe
crc32 is indeed not set to unsigned. See patch, and additional tests

Attachment: crc_group.patch (text/x-patch), 7.87 KiB.