At 23:44 +0000 1/10/06, Marvin Wright wrote:
Hi,My innodb installation is using per-table table spaces for every table on the system. I originally configured 4Gig for the shared table space. However when I do a show table status I see the following. Comment: InnoDB free: 6144 kB So 6Meg free, I assumed this was 6Meg free in the shared table space ?
It's the free space for the tablespace that the table belongs to. See: http://dev.mysql.com/doc/refman/5.0/en/show-table-status.html -- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
