1. 17 Jul, 2017 1 commit
  2. 15 Jul, 2017 3 commits
  3. 14 Jul, 2017 1 commit
    • Daniel Black's avatar
      client: mysql - fix type · 7338d3f2
      Daniel Black authored
      field_names[x][y] is a pointer
      
      client/mysql.cc: In function 'void build_completion_hash(bool, bool)':
      client/mysql.cc:2855:37: error: invalid conversion from 'char' to 'char*' [-fpermissive]
             field_names[i][num_fields*2]= '\0';
      Signed-off-by: default avatarDaniel Black <daniel.black@au.ibm.com>
      7338d3f2
  4. 13 Jul, 2017 1 commit
  5. 12 Jul, 2017 7 commits
  6. 06 Jul, 2017 1 commit
  7. 05 Jul, 2017 1 commit
  8. 04 Jul, 2017 1 commit
  9. 03 Jul, 2017 6 commits
  10. 29 Jun, 2017 1 commit
  11. 27 Jun, 2017 2 commits
  12. 19 Jun, 2017 1 commit
  13. 18 Jun, 2017 3 commits
  14. 14 Jun, 2017 4 commits
  15. 08 Jun, 2017 1 commit
    • Igor Babaev's avatar
      Fixed the bug mdev-12855. · b850fc66
      Igor Babaev authored
      This is actually a legacy bug:
      SQL_SELECT::test_quick_select() was called
      with SQL_SELECT::head not set.
      It looks like that this problem can be
      reproduced only on queries with ORDER BY
      that use IN predicates converted to semi-joins.
      b850fc66
  16. 07 Jun, 2017 2 commits
    • Igor Babaev's avatar
      Fixed the bug mdev-12963. · 151f4e9b
      Igor Babaev authored
      This patch corrects the fix for bug mdev-7599.
      When the min/max optimization of the function
      opt_sum_query() optimizes away all tables of
      a subquery it should not ever be rolled back.
      151f4e9b
    • Igor Babaev's avatar
      Fixed the bug mdev-12838. · c258ca24
      Igor Babaev authored
      If the optimizer chose an execution plan where
      a semi-join nest were materialized and the
      result of materialization was scanned to access
      other tables by ref access it could build a key
      over columns of the tables from the nest that
      were actually inaccessible.
      The patch performs a proper check whether a key
      that uses columns of the tables from a materialized
      semi-join nest can be employed to access outer tables.
      c258ca24
  17. 29 May, 2017 1 commit
  18. 23 May, 2017 1 commit
  19. 19 May, 2017 1 commit
  20. 18 May, 2017 1 commit