https://bugzilla.wikimedia.org/show_bug.cgi?id=70558

--- Comment #1 from Sean Pringle <[email protected]> ---
Wrong EXPLAIN output showing the filesort on 5.5.36+ slaves. Correct one:

*************************** 1. row ***************************
           id: 1
  select_type: SIMPLE
        table: categorylinks
         type: ref
possible_keys: cl_timestamp
          key: cl_timestamp
      key_len: 257
          ref: const
         rows: 551942
        Extra: Using index condition; Using where; Using filesort
*************************** 2. row ***************************
           id: 1
  select_type: SIMPLE
        table: page
         type: eq_ref
possible_keys: PRIMARY
          key: PRIMARY
      key_len: 4
          ref: enwiki.categorylinks.cl_from
         rows: 1
        Extra: 
2 rows in set (0.30 sec)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to