| Bug #40170 | Dubious values in Falcon debug output | ||
|---|---|---|---|
| Submitted: | 20 Oct 2008 10:40 | Modified: | 12 Nov 2008 14:09 |
| Reporter: | Philip Stoev | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: Falcon storage engine | Severity: | S2 (Serious) |
| Version: | 6.0-falcon-team | OS: | Any |
| Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
| Tags: | F_ERROR HANDLING | ||
[20 Oct 2008 10:40]
Philip Stoev
[12 Nov 2008 14:09]
Sergey Vojtovich
These values are correctly reported by RecordLocatorPage::corrupt(), when the mask includes LogDebug mode.
As for an assertion - there already is one, which is triggered immediately after it outputs these lines:
void RecordLocatorPage::corrupt(void)
{
Log::debug("Corrupt RecordLocatorPage space management structure\n");
printPage();
ASSERT(false);
}
As there is nothing to fix here, closing as Not a bug. Feel free to reopen if you think there is still some work to do.
