Hi!

>>>>> "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes:

Peter> Hello monty,
Peter>   As I remember according to documentation MYSQL should support check
Peter>   table on BDB tables:

Peter> `CHECK TABLE' only works on `MyISAM' and `BDB' tables. On `MyISAM'
Peter> tables it's the same thing as running `myisamchk -m table_name' on the          
                                                    
Peter> table.

I tried to implement this; I had got everything coded when I
noticed the on can only check BDB tables when there is no active
transaction and one is the only one that is using the table.  This
is impossible to guarantee with the current MySQL code;  To do this we
have to add a new layer on top on transactions, which isn't something
we plan to do until in 4.x

I have now removed the notes about BDB tables in the CHECK command.

Regards,
Monty

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