1. 07 Jun, 2012 2 commits
  2. 04 Jun, 2012 3 commits
  3. 24 May, 2012 1 commit
    • Sergey Petrunya's avatar
      MDEV-275: SHOW EXPLAIN: server crashes in JOIN::print_explain with IN subquery... · 6f199f7c
      Sergey Petrunya authored
      MDEV-275: SHOW EXPLAIN: server crashes in JOIN::print_explain with IN subquery and aggregate function
      - Don't try to produce plans after JOIN::cleanup() has been called, because:
         = JOIN::cleanup leaves data structures in partially-cleaned state
         = Walking them is hazardous (see this bug), and has funny effects
           (See previous commits, "Using join cache" may or may not be shown)
         = Changing data structures to be persisted may cause unwanted side effects
      - The consequence is that SHOW EXPLAIN will show "Query plan already deleted" when e.g. 
        reading data after filesort.
      6f199f7c
  4. 16 May, 2012 4 commits
  5. 15 May, 2012 1 commit
  6. 14 May, 2012 1 commit
  7. 11 May, 2012 1 commit
  8. 10 May, 2012 3 commits
  9. 09 May, 2012 1 commit
    • Sergey Petrunya's avatar
      MWL#182: Explain running statements: · cdc9a117
      Sergey Petrunya authored
      Make SHOW EXPLAIN work for queries that do "Using temporary" and/or "Using filesort"
      - Patch#1: Don't lose "Using temporary/filesort" in the SHOW EXPLAIN output.
      cdc9a117
  10. 08 May, 2012 1 commit
  11. 07 May, 2012 2 commits
  12. 05 May, 2012 4 commits
  13. 04 May, 2012 5 commits
  14. 03 May, 2012 3 commits
  15. 02 May, 2012 1 commit
  16. 03 May, 2012 1 commit
  17. 02 May, 2012 6 commits