1. 15 Feb, 2015 4 commits
  2. 12 Feb, 2015 1 commit
  3. 11 Feb, 2015 1 commit
  4. 10 Feb, 2015 22 commits
  5. 09 Feb, 2015 2 commits
  6. 08 Feb, 2015 1 commit
  7. 07 Feb, 2015 4 commits
    • Sergei Golubchik's avatar
      Merge branch 'bb-10.1-merge' into 10.1 · f1393906
      Sergei Golubchik authored
      f1393906
    • Kristian Nielsen's avatar
      MDEV-6676: Optimistic parallel replication · 86723393
      Kristian Nielsen authored
      Adjust the configuration options, as discussed on the
      maria-developers@ mailing list.
      
      The option to hint a transaction to not be replicated in parallel is
      now called @@skip_parallel_replication, consistent with
      @@skip_replication.
      
      And the --slave-parallel-mode is now simplified to have just one of
      the following values:
      
        none
        minimal
        conservative
        optimistic
        aggressive
      
      This reflects successively harder efforts to find opportunities to run
      things in parallel on the slave. It allows to extend the server with
      more automatic heuristics in the future without having to introduce a
      new configuration option for each and every one.
      86723393
    • Kristian Nielsen's avatar
      Add error handling on realpath() call. · 734c4c01
      Kristian Nielsen authored
      (Without this, it happened for me that realpath() failed returning
      undef for the default vardir. This in turn caused mysql-test-run.pl to
      delete the source mysql-test/ directory.)
      734c4c01
    • Daniel Black's avatar
      MDEV-7201: parallel threads resizing - potential race condition to access freed memory · 2deaa292
      Daniel Black authored
      pool->threads is freed before being reassigned the new pool.
      
      Although not really a memory barrier I though it prudent to keep the pool
      thread count to be the lower of the old/new thread list before the new threads
      is allocated.
      2deaa292
  8. 06 Feb, 2015 5 commits