1. 17 Sep, 2016 1 commit
  2. 16 Sep, 2016 5 commits
  3. 15 Sep, 2016 2 commits
  4. 14 Sep, 2016 2 commits
  5. 13 Sep, 2016 3 commits
  6. 12 Sep, 2016 6 commits
  7. 11 Sep, 2016 1 commit
  8. 09 Sep, 2016 18 commits
  9. 08 Sep, 2016 2 commits
    • Oleksandr Byelkin's avatar
      Fixed embedded server. · 1f2ff25e
      Oleksandr Byelkin authored
      1f2ff25e
    • Kristian Nielsen's avatar
      Parallel replication async deadlock kill · 7e0c9de8
      Kristian Nielsen authored
      When a deadlock kill is detected inside the storage engine, the kill
      is not done immediately, to avoid calling back into the storage engine
      kill_query method with various lock subsystem mutexes held. Instead the
      kill is queued and done later by a slave background thread.
      
      This patch in preparation for fixing TokuDB optimistic parallel
      replication, as well as for removing locking hacks in InnoDB/XtraDB in
      10.2.
      
      Signed-off-by: Kristian Nielsen <knielsen at knielsen-hq.org>
      7e0c9de8