Apparently ARCHIVE tables do not support INSERT DELAYED. Why?
In documentation (http://dev.mysql.com/doc/refman/4.1/en/archive-storage-engine.html) it says that it should be possible.


Example of the error that I am getting:

INSERT DELAYED INTO audit_log VALUES ('db','user','549220','address_id','757812','5214');

ERROR 1031 (HY000): Table storage engine for 'audit_log' doesn't have this option


Mihail



--
Mihail Manolov
Government Liquidation, LLC
Special Projects Leader
202 558 6227


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to