Menu

#574 (ok 3.3.10) Patch for bug 3147884 - order by size desc wrong

closed-accepted
1
2011-04-16
2011-01-03
No

The error is due to the definition of 'Size', where size is calculated as (Data_length + Index_length) while it is sorted only by 'Data_length'. This patch makes it sort by (Data_length + Index_length)

Discussion

  • Madhura Jayaratne

     
  • Marc Delisle

    Marc Delisle - 2011-01-03
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2011-01-03

    Thanks, patch accepted for 3.10. Next time please avoid using tab characters, use just spaces. If using vim, you can use the tab character and vim will convert to spaces.

     
  • Marc Delisle

    Marc Delisle - 2011-01-03
    • priority: 5 --> 1
    • summary: Patch for bug 3147884 - order by size desc wrong --> (ok 3.10) Patch for bug 3147884 - order by size desc wrong
    • status: open --> open-accepted
     
  • Michal Čihař

    Michal Čihař - 2011-01-13
    • summary: (ok 3.10) Patch for bug 3147884 - order by size desc wrong --> (ok 3.3.10) Patch for bug 3147884 - order by size desc wrong
     
  • Marc Delisle

    Marc Delisle - 2011-04-16
    • status: open-accepted --> closed-accepted