RE: actual size of a innodb tablespace

2005-01-17 Thread SGreen
IGN KEY (`proteinOid`) REFERENCES > `Protein` (`oi > d`) ON UPDATE CASCADE, > CONSTRAINT `Alias_ibfk_2` FOREIGN KEY (`aliasGroupOid`) REFERENCES > `AliasGroup > ` (`oid`) ON UPDATE CASCADE > ) ENGINE=InnoDB DEFAULT CHARSET=latin1; > > -- > -Message d'origine- > De : Jeff Mat

RE: actual size of a innodb tablespace

2005-01-17 Thread Duhaime Johanne
RENCES `AliasGroup ` (`oid`) ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -Message d'origine- De : Jeff Mathis [mailto:[EMAIL PROTECTED] Envoyé : 14 janvier 2005 16:15 À : Duhaime Johanne Cc : mysql@lists.mysql.com Objet : Re: actual size of a innodb tablespace if y

Re: actual size of a innodb tablespace

2005-01-14 Thread Jeff Mathis
if you issue a "show table status" command from the mysql prompt, you'll get an estimate of how much free space exists in the files. Duhaime Johanne wrote: Hello Context: innodb per table. Is it possible to know the actual size of my innodb file? What part of the initial size (10M: autoexten