1. 19 Sep, 2017 1 commit
  2. 18 Sep, 2017 2 commits
  3. 18 Aug, 2017 1 commit
  4. 16 Aug, 2017 1 commit
  5. 15 Aug, 2017 1 commit
  6. 09 Aug, 2017 1 commit
  7. 19 Jul, 2017 2 commits
    • Daniel Bartholomew's avatar
      bump the VERSION · c8a0244e
      Daniel Bartholomew authored
      c8a0244e
    • Sachin Setiya's avatar
      MDEV-13065 rpl.rpl_mdev-11092 fails sporadically in buildbot · 76f7aac8
      Sachin Setiya authored
      Problem
      rpl.rpl_mdev-11092 fails in buildbot because after starting slave in
      wait_for_slave_sql_error_and_skip.inc slave is started but there may be
      chances that we have not skipped the last error and Last_SQL_Errno is
      still not zero untill the end of rpl_end.inc , which will compare
      Last_SQL_Errno to 0. So in this this case rpl_mdev-11092 fails.
      
      Solution
      After starting slave in wait_for_slave_sql_error_and_skip.inc we will wait for
      Last_SQL_Errno to become 0.
      76f7aac8
  8. 18 Jul, 2017 12 commits
  9. 17 Jul, 2017 2 commits
  10. 15 Jul, 2017 3 commits
  11. 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
  12. 13 Jul, 2017 1 commit
  13. 12 Jul, 2017 7 commits
  14. 06 Jul, 2017 1 commit
  15. 05 Jul, 2017 1 commit
  16. 04 Jul, 2017 1 commit
  17. 03 Jul, 2017 2 commits