Bug #3560 | key_* variables set to 0 with latest 4.1.2 bk tree | ||
---|---|---|---|
Submitted: | 25 Apr 2004 23:58 | Modified: | 28 Apr 2004 12:02 |
Reporter: | jocelyn fournier (Silver Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.2 bk tree | OS: | Linux (Linux) |
Assigned to: | Dean Ellis | CPU Architecture: | Any |
[25 Apr 2004 23:58]
jocelyn fournier
[27 Apr 2004 16:49]
Dean Ellis
I cannot repeat this with today's 4.1.2 BK tree: mysql> show variables like 'key%'; +--------------------------+---------+ | Variable_name | Value | +--------------------------+---------+ | key_buffer_size | 8388600 | | key_cache_age_threshold | 300 | | key_cache_block_size | 1024 | | key_cache_division_limit | 100 | +--------------------------+---------+
[27 Apr 2004 17:23]
jocelyn fournier
Hi, After investigation, it seems to be a gcc-3.4.0 related issue : if I compile the source with 3.3.3 the problem disappears. Regards, Jocelyn
[28 Apr 2004 12:02]
Alexander Keremidarski
Thank you one more time Jocelyn