It's possible to build mysql with archive storage engine? mysql> SHOW VARIABLES LIKE 'have_archive'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | have_archive | NO | +---------------+-------+ 1 row in set (0.00 sec) http://dev.mysql.com/doc/refman/5.0/en/archive-storage-engine.html
*** This bug has been marked as a duplicate of 187842 ***