1. 13 Sep, 2016 1 commit
    • Alexander Barkov's avatar
      MDEV-10779 Failing assertion lex->proc_list.elements == 0 or syntax error on... · a0db19be
      Alexander Barkov authored
      MDEV-10779 Failing assertion lex->proc_list.elements == 0 or syntax error on PROCEDURE ANALYSE in UNION
      
      Reverting a part of the patch for "MDEV-8909union parser cleanup",
      as a parenthesized SELECT with PROCEDURE followed by UNION is not
      disallowed by the grammar (only a non-parenthesized SELECT with PROCEDURE
      followed by a UNION is disallowed grammatically).
      a0db19be
  2. 12 Sep, 2016 6 commits
  3. 11 Sep, 2016 1 commit
  4. 09 Sep, 2016 18 commits
  5. 08 Sep, 2016 3 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
    • Igor Babaev's avatar
      Adjusted test results. · effb65bc
      Igor Babaev authored
      effb65bc
  6. 07 Sep, 2016 9 commits
  7. 06 Sep, 2016 2 commits