Re: BDB & Check tables

2001-01-26 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello Michael, Peter> Friday, January 26, 2001, 12:20:43 AM, you wrote: MW> Hi! >>> "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello monty, Peter> As I remember according to documentation MYSQL should

Re: BDB & Check tables

2001-01-25 Thread Peter Zaitsev
Hello Michael, Friday, January 26, 2001, 12:20:43 AM, you wrote: MW> 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 wo

BDB & Check tables

2001-01-25 Thread Michael Widenius
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 th

BDB & Check tables

2001-01-25 Thread Peter Zaitsev
Hello monty, As I remember according to documentation MYSQL should support check table on BDB tables: `CHECK TABLE' only works on `MyISAM' and `BDB' tables. On `MyISAM' tables it's the same thing as running `myisamchk -m table_name' on the