RE: InnoDB fixed file size, how much is left?

2007-02-15 Thread Gary W. Smith
> For what you described... you will not get a fixed size... > > If you have set file_per_table flag in my.cnf you might want to know > that the .ibd files in the database directory are by default > auto-extending... so those files WILL grow... along with your data... > > The shared tablespaces t

Re: InnoDB fixed file size, how much is left?

2007-02-15 Thread Gabriel PREDA
For what you described... you will not get a fixed size... If you have set file_per_table flag in my.cnf you might want to know that the .ibd files in the database directory are by default auto-extending... so those files WILL grow... along with your data... The shared tablespaces that you talke

RE: InnoDB fixed file size, how much is left?

2007-02-14 Thread Gary W. Smith
> -Original Message- > From: Gary W. Smith [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 14, 2007 8:01 PM > To: mysql@lists.mysql.com > Subject: InnoDB fixed file size, how much is left? > > I'm working on migrating an bunch of MyISAM tables over to InnoDB. For > development we wan