Bug #1987 | myisam_max_sort_file_size is not properly handled | ||
---|---|---|---|
Submitted: | 1 Dec 2003 3:30 | Modified: | 1 Dec 2003 8:08 |
Reporter: | Masaki Fujimoto | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.16 | OS: | Linux (Debian GNU LInux (Woody)) |
Assigned to: | CPU Architecture: | Any |
[1 Dec 2003 3:30]
Masaki Fujimoto
[1 Dec 2003 7:47]
Dean Ellis
This seems to be handled appropriately (or at least consistently). Per the block_size, values will fall along one megabyte boundaries (rounded down). So, this would not appear to be a bug. Are you, then, making a feature request to be able to specify values that do not have to follow megabyte boundaries? Thank you
[1 Dec 2003 8:03]
Masaki Fujimoto
I think that is not the point, but the problem is that block_size of myisam_max_sort_file_size is set to Mega Bytes in spite of the ChangeLog entry I quoted at the top this report(which says that myisam_max_sort_file_size is now given in bytes). I have no idea that what is the correct behavior, but either current behavior, or the ChangeLog entry should be fixed in any case.
[1 Dec 2003 8:08]
Dean Ellis
The changelog refers only to the way the value is specified: prior to 4.0.3 you specified a number of megabytes; now you specify a number of bytes. The block size itself has not changed.
[1 Dec 2003 8:20]
Masaki Fujimoto
Ah, now I think I've got it. Thank you.