Didier Brisebourg writes:

> It seems that "INSERT" is blocking my process when there is no more free
> space in the file system that contains my databases.
> 
> Can anybody clarify this point, and tell me how to prevent this blocking
> point ?

For info on full disks, see the manual:
http://www.mysql.com/doc/F/u/Full_disk.html

In general, if you don't want problems, don't let MySQL run out of
space. Not inserting the data is hardly acceptable, so there's really
not much MySQL can do except wait for the user to solve the problem.
As administrator you should've been aware that the disk was about to
get full before it actually did, and so you should've had time to
make more room for the database.

//C

-- 
 Carl Troein - Círdan / Istari-PixelMagic - UIN 16353280
 [EMAIL PROTECTED] | http://pixelmagic.dyndns.org/~cirdan/
 Amiga user since '89, and damned proud of it too.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to