| Bug #50457 | myisamchk incorrectly reports a table as Packed | ||
|---|---|---|---|
| Submitted: | 19 Jan 2010 20:37 | Modified: | 16 Feb 2010 17:10 | 
| Reporter: | Donna Harmon | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) | 
| Version: | 5.1.42 | OS: | Any | 
| Assigned to: | Paul DuBois | CPU Architecture: | Any | 
   [19 Jan 2010 20:37]
   Donna Harmon        
  
 
   [22 Jan 2010 17:01]
   Stefan Hinz        
  Dynamic and Packed differ. This must be a bug in myisamchk. Changing category and de-assigning the lead for that reason.
   [22 Jan 2010 17:06]
   Paul DuBois        
  myisamchk is wrong. SHOW TABLE STATUS says Dynamic:
mysql> show table status like 'file_storage'\G
*************************** 1. row ***************************
           Name: file_storage
         Engine: MyISAM
        Version: 10
     Row_format: Dynamic
           Rows: 0
 Avg_row_length: 0
    Data_length: 0
Max_data_length: 281474976710655
   Index_length: 1024
      Data_free: 0
 Auto_increment: 1
    Create_time: 2010-01-22 11:01:55
    Update_time: 2010-01-22 11:01:55
     Check_time: NULL
      Collation: latin1_swedish_ci
       Checksum: NULL
 Create_options: 
        Comment:
 
   [22 Jan 2010 17:17]
   MySQL Verification Team        
  Stefan, They don't differ. They are one and the same. Do note that "Compressed" is a separate format.
   [28 Jan 2010 17:20]
   MySQL Verification Team        
  Stefan, "Dynamic" is used by Server and "Packed" by myisamchk, but they are one and the same thing ...
   [16 Feb 2010 17:10]
   Paul DuBois        
  Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

