Bug #5804 Free datafile space in "SHOW INNODB STATUS"?
Submitted: 29 Sep 2004 18:51 Modified: 29 Sep 2004 19:02
Reporter: Christian Hammers (Silver Quality Contributor) (SCA)
Status: Open
Category:Server: InnoDB Severity:S4 (Feature request)
Version:4.0.21 OS:Linux (Debian GNU/Linux)
Assigned to: Heikki Tuuri Target Version:
Triage: D5 (Feature request)

[29 Sep 2004 18:51] Christian Hammers
Description:
Hello

I have a 100MB file specified in innodb_data_file_path.
"SHOW INNODB STATUS" seems not to tell me to which amount this file is already been
filled.
Or does it and I just don't see it? If so then this bug is about giving this information
a better description :-)

What I think of is:
 --------------------------------
 TABLE SPACES
 --------------------------------
  99MB of 100MB in /mnt/sda10/mysql-innodb/tablespace1.innodb
  40MB of 100MB in /mnt/sda10/mysql-innodb/tablespace2.innodb:autoextend

bye,

-christian-

How to repeat:
SHOW INNODB STATUS;

Suggested fix:
...
[29 Sep 2004 19:02] Heikki Tuuri
Hi!

SHOW TABLE STATUS does tell the free space.

Regards,

Heikki