| Bug #39692 | Falcon allocates SectorCache even if falcon_use_sectorcache is OFF | ||
|---|---|---|---|
| Submitted: | 26 Sep 2008 23:10 | Modified: | 8 Jan 18:06 |
| Reporter: | Kevin Lewis | ||
| Status: | Closed | ||
| Category: | Server: Falcon | Severity: | S3 (Non-critical) |
| Version: | 6.0 | OS: | Any |
| Assigned to: | Bugs System | Target Version: | |
| Triage: | Triaged: D3 (Medium) | ||
[26 Sep 2008 23:10]
Kevin Lewis
[26 Sep 2008 23:14]
Hakan Kuecuekyilmaz
6.0.8-alpha-debug-log [23:14] root@test>select file, line, space_in_use from information_schema.falcon_system_memory_detail order by file desc; +------------------------+------+--------------+ | file | line | space_in_use | +------------------------+------+--------------+ | Values.cpp | 62 | 272 | | Value.cpp | 94 | 88 | ... ... ... | SectorCache.cpp | 39 | 58600 | | SectorCache.cpp | 37 | 20054048 |
[27 Sep 2008 8:35]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/54601 2832 Hakan Kuecuekyilmaz 2008-09-27 Fix for Bug#39692.
[8 Jan 18:06]
MC Brown
A note has been added to the 6.0.8 changelog: Memory would be allocated for the Falcon sector cache even if the cache had been disabled (falcon_use_sectorcache).
