1. 30 Sep, 2014 1 commit
  2. 26 Sep, 2014 1 commit
  3. 24 Sep, 2014 3 commits
  4. 11 Sep, 2014 2 commits
  5. 10 Sep, 2014 3 commits
  6. 09 Sep, 2014 4 commits
  7. 08 Sep, 2014 4 commits
  8. 03 Sep, 2014 1 commit
    • Sergei Petrunia's avatar
      MDEV-6689: valgrind errors in view.test in 10.1 · d161546b
      Sergei Petrunia authored
      SHOW COLUMNS and SHOW KEYS commands fill IS_table_read_plan
      in a special way - they don't set or use lookup_field_vals
      member.
      
      Added a "trivial_show_command" flag that signals that
      lookup_field_vals has no valid data, made EXPLAIN code honor it.
      d161546b
  9. 02 Sep, 2014 1 commit
    • Sergei Petrunia's avatar
      MDEV-6657: Poor plan choice for ORDER BY key DESC optimization... · c945233a
      Sergei Petrunia authored
      The problem was caused by the following scenario:
      - range optimizer picks an index IDX1 which doesn't match the ORDER BY ...
        LIMIT clause.
      - test_if_skip_sort_order() decides to switch to index IDX2 which matches
        the ORDER BY ... LIMIT.
      - it runs SQL_SELECT::test_quick_select() for the second time to produce
        an quick select for IDX2.
      - However, test_quick_select() would figure that full index scan on IDX1
        is still cheaper (its calculations ignore the LIMIT n).
      
      Fixed this by
      - passing force_quick_range=true to test_quick_select()
      - in test_quick_select, don't consider full index scans if the mentioned
        parameter is true.
      
      Numerous changes in .result files are caused by test_quick_select() being
      run after "early/late NULLs filtering" feature has injected NOT NULL
      condition.
      c945233a
  10. 29 Aug, 2014 1 commit
    • Jan Lindström's avatar
      Merge revision 3882 from lp:maria/maria-10.0-galera · e44751b6
      Jan Lindström authored
        MDEV-6656: Test wsrep.variables hangs
      
        Analysis: wsrep_applier_thread shutdown signaling does not always work
        correctly causing a timing problem where main thread is waiting in a
        condition variable a signal that all worker threads to end.
      e44751b6
  11. 28 Aug, 2014 2 commits
  12. 27 Aug, 2014 9 commits
  13. 26 Aug, 2014 6 commits
  14. 24 Aug, 2014 1 commit
  15. 22 Aug, 2014 1 commit