Index: trunk/phase3/includes/QueryPage.php |
— | — | @@ -409,6 +409,8 @@ |
410 | 410 | } |
411 | 411 | if ( $this->sortDescending() ) { |
412 | 412 | $options['ORDER BY'] = 'qc_value DESC'; |
| 413 | + } else { |
| 414 | + $options['ORDER BY'] = 'qc_value ASC'; |
413 | 415 | } |
414 | 416 | $res = $dbr->select( 'querycache', array( 'qc_type', |
415 | 417 | 'qc_namespace AS namespace', |