Bug #31066 | Inconsistencies setting max_binlog_cache_size to 4G | ||
---|---|---|---|
Submitted: | 17 Sep 2007 19:03 | Modified: | 26 Nov 2007 5:27 |
Reporter: | David Shrewsbury | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 4.1,5.0, 5.1 | OS: | Linux |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | qc |
[17 Sep 2007 19:03]
David Shrewsbury
[18 Sep 2007 4:12]
Valeriy Kravchuk
Thank you for a problem report. Verified just as described.
[20 Sep 2007 12:54]
David Shrewsbury
Affects 5.1 too. Changed version info to reflect this.
[20 Sep 2007 19:08]
David Shrewsbury
And 4.1
[3 Oct 2007 5:41]
Tonci Grgin
The 32 bit part related to bug#10206.
[23 Oct 2007 10:49]
Sascha M?ller
There also seems the same problem with the following other variables: max_seeks_for_key max_write_lock_count max_join_size Just did a short search for the value: show variables where value = 18446744073709551615 My Version: show variables like "version%"; +-------------------------+------------------------------------------+ | Variable_name | Value | +-------------------------+------------------------------------------+ | version | 5.0.27-standard-log | | version_comment | MySQL Community Edition - Standard (GPL) | | version_compile_machine | x86_64 | | version_compile_os | unknown-linux-gnu | +-------------------------+------------------------------------------+
[29 Oct 2007 14:17]
Timour Katchaounov
This is possibly a duplicate of BUG#31177.
[26 Nov 2007 5:27]
Tatiana Azundris Nuernberg
On x86-32, sizeof(ulong) != sizeof(ulonglong) certain sysvars are ulongs, but were bounded as ulonglong and then cast to ulong, causing an integer-wraparound. This is fixed by the mega-patch attached to Bug#31177