ions?
Please see http://dev.mysql.com/doc/mysql/en/News-4.0.18.html :
INSERT DELAYED ... SELECT ... could cause table corruption because tables were not locked properly. This is now fixed by ignoring DELAYED in this context. (Bug #1983)
http://bugs.mysql.com/bug.php?id=1983
Obviously I saw that, however here's my issue
insert delayed works on insert values
and on load data infile (concurrent)
but why not in insert from select
I view this as a showstopper on new projects, I dont want to dump my data to text and then load back into the database
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]