Bug #19501 Data_free not properly set, always set to 0 for partitioned tables
Submitted: 3 May 2006 6:27 Modified: 22 May 2006 14:30
Reporter: Mikael Ronström Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Partitions Severity:S3 (Non-critical)
Version: OS:
Assigned to: Mikael Ronström CPU Architecture:Any

[3 May 2006 6:27] Mikael Ronström
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 15:52] Mikael Ronström
Patch will be in 5.1.11
[22 May 2006 14: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.