Re: myisam parameters in innodb db

2005-06-29 Thread Remigiusz Sokołowski
Gleb Paharenko wrote: Hello. Use skip-innodb, this should prevent MySQL from InnoDB initialization. Remigiusz Soko$owski <[EMAIL PROTECTED]> wrote: Hello! Do You know if myISAM-specific settings have any impact on database performance, if the only MyISAM database is my

Re: myisam parameters in innodb db

2005-06-28 Thread Michael Stassen
Gleb Paharenko wrote: Hello. Use skip-innodb, this should prevent MySQL from InnoDB initialization. Remigiusz Soko$owski <[EMAIL PROTECTED]> wrote: Hello! Do You know if myISAM-specific settings have any impact on database performance, if the only MyISAM database is mysql? I know that ther

Re: myisam parameters in innodb db

2005-06-28 Thread Gleb Paharenko
Hello. Use skip-innodb, this should prevent MySQL from InnoDB initialization. Remigiusz Soko$owski <[EMAIL PROTECTED]> wrote: > Hello! > Do You know if myISAM-specific settings have any impact on database > performance, > if the only MyISAM database is mysql? > I know that there are som

myisam parameters in innodb db

2005-06-28 Thread Remigiusz Sokołowski
Hello! Do You know if myISAM-specific settings have any impact on database performance, if the only MyISAM database is mysql? I know that there are some default settings and I wonder if for example memory buffers are allocated even if they are not used? Is it necessary to disable those setting