1. 20 Sep, 2019 3 commits
  2. 18 Sep, 2019 4 commits
  3. 17 Sep, 2019 1 commit
    • Leandro Pacheco's avatar
      fix for thread getting stuck after BF ABORT (#1362) · efefafd0
      Leandro Pacheco authored
      - Fixes a situation in which a thread gets BF aborted and does not send the reply back to
        the client, even though the connection is still alive. That caused
        both sides to hang waiting for the next message. Now we explicitly
        check that the connection is still alive.
      - MTR test for the above
      - Replaced thd->killed assignments to thd->reset_kill_query where applicable.
      efefafd0
  4. 16 Sep, 2019 2 commits
  5. 15 Sep, 2019 1 commit
    • Teemu Ollakka's avatar
      MDEV-20561 Galera node shutdown fails in non-Primary (#1386) · 509d1038
      Teemu Ollakka authored
      Command COM_SHUTDOWN was rejected in non-Primary because
      server_command_flags[COM_SHUTDOWN] had value CF_NO_COM_MULTI
      instead of CF_SKIP_WSREP_CHECK.
      
      As a fix removed assignment
      server_command_flags[CF_NO_COM_MULTI]= CF_NO_COM_MULTI
      which overwrote server_command_flags[COM_SHUTDOWN].
      509d1038
  6. 14 Sep, 2019 4 commits
  7. 13 Sep, 2019 3 commits
  8. 12 Sep, 2019 5 commits
  9. 11 Sep, 2019 13 commits
  10. 10 Sep, 2019 4 commits