Bug #62054 archive_reader tool silently ignores repair and for force options
Submitted: 2 Aug 2011 8:51 Modified: 2 Aug 2011 9:46
Reporter: Hartmut Holzgraefe Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Archive storage engine Severity:S3 (Non-critical)
Version:5.5, any? OS:Any
Assigned to: CPU Architecture:Any

[2 Aug 2011 8:51] Hartmut Holzgraefe
Description:
The options are defined, listed in --help output, but are not actually handled anywhere in the code ...

How to repeat:
Chech arcive_reader.c source

Suggested fix:
Implement actual functionality or at least throw 'not implemented yet'warnings when used
[2 Aug 2011 9:46] Valeriy Kravchuk
In current mysql-5.5, as far as I can see, force (-f) option is processed and "Not implemented yet" is printed, but repair option is, indeed, listed in --help but totally ignored.
[4 Aug 2011 7:13] MySQL Verification Team
how can an archive table be repaired anyway?  truncate it at point of corruption in the compression stream?