Re: Older tables caught between ISAM and MyISAM

2005-08-25 Thread Gleb Paharenko
Hello. Have you tried mysql_convert_table_format script? "Spencer Yost" <[EMAIL PROTECTED]> wrote: > I just upgraded a server to MySQL 4.1.4. I was at 4.0.8 - everything > worked perfect at 4.0.8 > > However, since the upgrade, a few dozen tables in a few older databases are > apparen

Older tables caught between ISAM and MyISAM

2005-08-24 Thread Spencer Yost
I just upgraded a server to MySQL 4.1.4. I was at 4.0.8 - everything worked perfect at 4.0.8 However, since the upgrade, a few dozen tables in a few older databases are apparently still in ISAM format. The tables now misbehave when trying to access them(marked in use, error out, trash the serve

Re: ISAM and MYISAM

2001-02-10 Thread Thalis A. Kalfigopoulos
at, 10 Feb 2001, Teddy A Jasin wrote: > Hi, > I've read some people talking about ISAM and MYISAM table. > I dont understand what are those tables and can anyone explain to me and the > difference of each table. and also which

RE: ISAM and MYISAM

2001-02-10 Thread Carsten H. Pedersen
> Hi, > I've read some people talking about ISAM and MYISAM table. > I dont understand what are those tables and can anyone explain to > me and the > difference of each table. and also which one has better performance? Read The Fine Manual, chapter 8: MySQL table types /

ISAM and MYISAM

2001-02-09 Thread Teddy A Jasin
Hi, I've read some people talking about ISAM and MYISAM table. I dont understand what are those tables and can anyone explain to me and the difference of each table. and also which one has better performance? thanks