Bug #19501 Data_free not properly set, always set to 0 for partitioned tables
Submitted: 3 May 2006 8:27 Modified: 22 May 2006 16:30
Reporter: Mikael Ronstrom
Status: Closed
Category:Server: Partition Severity:S3 (Non-critical)
Version: OS:
Assigned to: Mikael Ronstrom Target Version:

[3 May 2006 8:27] Mikael Ronstrom
Description:
Data_free is always 0 in SHOW TABLE STATUS
Problem is that delete_length isn't properly set in ha_partition::info call

How to repeat:
Create partitioned table
Insert a couple of records
Delete a couple of records
SHOW TABLE STATUS

Suggested fix:
Handle delete_length in ha_partition::info
[20 May 2006 17:52] Mikael Ronstrom
Patch will be in 5.1.11
[22 May 2006 16:30] Jon Stephens
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented bugfix in 5.1.11 changelog; closed.