I think I found the problem

all our input files are prepped in a separate table

then insert delayed select * from temptable into production

4.0.18-19 removed this!

I dont know why they would allow insert delayed values, or load data infile concurrent

but not on a select into table!?

Sucks, rewriting all my programs to dump temp tables to the drive, then reload them back with load data infile concurrent

seems like mysql features went backwards instead of forwards with newer versions?




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



Reply via email to