1. 18 Jul, 2017 4 commits
  2. 17 Jul, 2017 2 commits
  3. 15 Jul, 2017 3 commits
  4. 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
  5. 13 Jul, 2017 1 commit
  6. 12 Jul, 2017 7 commits
  7. 06 Jul, 2017 1 commit
  8. 05 Jul, 2017 1 commit
  9. 04 Jul, 2017 1 commit
  10. 03 Jul, 2017 6 commits
  11. 29 Jun, 2017 1 commit
  12. 27 Jun, 2017 2 commits
  13. 19 Jun, 2017 1 commit
  14. 18 Jun, 2017 3 commits
  15. 14 Jun, 2017 4 commits
  16. 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
  17. 07 Jun, 2017 1 commit
    • 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