RE: bug in mysqlimport with many rows

2002-02-28 Thread Rogelio Trivio
Hi: I had solve MY problem, it was a disk full. But mysql hangs, don't give an error about it. Bye. Rogelio TriviƱo _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: bug in mysqlimport with many rows

2002-02-28 Thread Benjamin Pflugmann
Hi. That's how the manual describe how MySQL usually handles disk full conditions (http://www.mysql.com/doc/F/u/Full_disk.html). Bye, Benjamin. On Thu, Feb 28, 2002 at 11:45:35AM +0100, [EMAIL PROTECTED] wrote: Hi: I had solve MY problem, it was a disk full. But mysql hangs, don't

bug in mysqlimport with many rows

2002-02-26 Thread Rogelio Trivio
From: rogelio To: [EMAIL PROTECTED] Subject: bug in mysqlimport with many rows Description: if I split a 3 rows file in 5000 chuncks, I can run mysqlimport on each one over a deleted table but if I don't use --delete, the first mysqlimport work ok but the second hangs