Marian wrote:
> Why mysql corrupt tables if filesystem if full ... ?
> 
> On good database servers (eg. PROGRESS) process shutdown server
> (protetcting data).
> 
> sytem:
>       linux-2.2.19
>       mysql-3.23-38
> 
> 
> ---------------------------------------------------------------------
> 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
> 

What table types are you using? MySQL doesn't usually corrupt tables 
when the disk is full, it handles it in the following way:

http://www.mysql.com/doc/en/Full_disk.html

Also, you're using a pretty old version of MySQL, you might want to 
upgrade to a newer version if possible. The latest version in the 3.23 
series is 3.23.52

-- 
For technical support contracts, visit https://order.mysql.com/?ref=mmma

     __  ___     ___ ____  __
    /  |/  /_ __/ __/ __ \/ /  Mark Matthews <[EMAIL PROTECTED]>
   / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer - JDBC/Java
  /_/  /_/\_, /___/\___\_\___/ Flossmoor (Chicago), IL USA
         <___/ www.mysql.com


---------------------------------------------------------------------
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