1. 13 Oct, 2017 4 commits
  2. 10 Oct, 2017 2 commits
  3. 06 Oct, 2017 1 commit
  4. 05 Oct, 2017 1 commit
  5. 02 Oct, 2017 1 commit
    • Marko Mäkelä's avatar
      MDEV-13980 InnoDB fails to discard record lock when discarding an index page · 028d253d
      Marko Mäkelä authored
      btr_cur_pessimistic_delete(): Discard a possible record lock also in
      the case when the record was the only one in the page. Failure to
      do this would corrupt the record lock data structures in a partial
      rollback (ROLLBACK TO SAVEPOINT or rolling back a row operation due
      to some error, such as a duplicate key in a unique secondary index).
      028d253d
  6. 19 Sep, 2017 1 commit
  7. 18 Sep, 2017 2 commits
  8. 18 Aug, 2017 1 commit
  9. 16 Aug, 2017 1 commit
  10. 15 Aug, 2017 1 commit
  11. 09 Aug, 2017 1 commit
  12. 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
  13. 18 Jul, 2017 12 commits
  14. 17 Jul, 2017 2 commits
  15. 15 Jul, 2017 3 commits
  16. 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
  17. 13 Jul, 2017 1 commit
  18. 12 Jul, 2017 3 commits