1. 11 Aug, 2014 1 commit
  2. 07 Aug, 2014 1 commit
  3. 05 Aug, 2014 1 commit
  4. 31 Jul, 2014 1 commit
    • Nirbhay Choubey's avatar
      MDEV-6492: MariaDB Galera Cluster cant use rsync sst · 30b5a4de
      Nirbhay Choubey authored
      A donor node does a flush tables and then tries to
      freeze innodb writes before proceeding with SST.
      However, innodb_disallow_writes was missing in xtradb.
      Merged 'InnodbFreeze' patch from maria-5.5-galera's to
      xtradb. Also, merged some changes missing in innobase's
      os0file.cc.
      
      Added a basic test case for innodb_disallow_writes system
      variable.
      30b5a4de
  5. 22 Jul, 2014 2 commits
  6. 21 Jul, 2014 1 commit
  7. 15 Jul, 2014 1 commit
  8. 12 Jul, 2014 1 commit
  9. 11 Jul, 2014 1 commit
  10. 09 Jul, 2014 1 commit
  11. 04 Jul, 2014 3 commits
  12. 30 Jun, 2014 1 commit
  13. 26 Jun, 2014 1 commit
  14. 25 Jun, 2014 2 commits
  15. 23 Jun, 2014 2 commits
  16. 20 Jun, 2014 1 commit
  17. 19 Jun, 2014 2 commits
  18. 18 Jun, 2014 1 commit
  19. 16 Jun, 2014 2 commits
    • Nirbhay Choubey's avatar
      MDEV#6316: Fix mysqldump SST method to transfer binlog · 1fbb7055
      Nirbhay Choubey authored
      state to the joiner
      
      In mysqldump SST, if Galera nodes are started with --log-bin and
      -log-slave-updates, the GTID sequence increases as the dump is
      played on the joiner, leaving behind the donor.
      
      This patch introduces a new mysqldump option --galera-sst-mode,
      which if enabled, would
      
      a) Add command to set off binary logging (log_bin=OFF).
      b) Add command to set @@global.gtid_binlog_state to that
         of donor.
      
      This will help in keeping the GTIDs consistent post-SST across
      the nodes.
      1fbb7055
    • Nirbhay Choubey's avatar
      Bumping the revision number. · 20279b04
      Nirbhay Choubey authored
      20279b04
  20. 12 Jun, 2014 1 commit
  21. 11 Jun, 2014 5 commits
  22. 09 Jun, 2014 3 commits
  23. 10 Jun, 2014 5 commits
    • Igor Babaev's avatar
      Merge · 2436d58e
      Igor Babaev authored
      2436d58e
    • Sergey Petrunya's avatar
      Merge · 02720fd7
      Sergey Petrunya authored
      02720fd7
    • Sergey Petrunya's avatar
      Merge · b80a02cb
      Sergey Petrunya authored
      b80a02cb
    • Igor Babaev's avatar
      Merge. · 1f7e6804
      Igor Babaev authored
      1f7e6804
    • Igor Babaev's avatar
      Fixed bug mdev-6071. · d42e6d3a
      Igor Babaev authored
      The method JOIN_CACHE::init may fail (return 1) if some conditions on the
      used join buffer is not satisfied. For example it fails if join_buffer_size
      is greater than join_buffer_space_limit. The conditions should be checked
      when running the EXPLAIN command for the query. That's why the method
      JOIN_CACHE::init has to be called for EXPLAIN commands as well.
      d42e6d3a