Bug #39818 | maria_dump_log is linked with unittest code | ||
---|---|---|---|
Submitted: | 2 Oct 2008 17:31 | Modified: | 28 Jan 2009 10:58 |
Reporter: | Marc ALFF | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Maria storage engine | Severity: | S2 (Serious) |
Version: | 6.0.8 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[2 Oct 2008 17:31]
Marc ALFF
[2 Oct 2008 18:17]
Valeriy Kravchuk
Verified by code review.
[3 Oct 2008 4:37]
Oleksandr Byelkin
It is not a bug, it is just an ability to read logrecords created by unit test. Look into storage/maria/unittest/ma_loghandler_examples.c it is just record format definition for unittests. It can't have any influence on production code at all (until you do not use --unit-tetst switch).