1. 05 Aug, 2014 1 commit
  2. 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
  3. 22 Jul, 2014 2 commits
  4. 21 Jul, 2014 1 commit
  5. 15 Jul, 2014 1 commit
  6. 12 Jul, 2014 1 commit
  7. 11 Jul, 2014 1 commit
  8. 09 Jul, 2014 1 commit
  9. 04 Jul, 2014 3 commits
  10. 30 Jun, 2014 1 commit
  11. 26 Jun, 2014 1 commit
  12. 25 Jun, 2014 2 commits
  13. 23 Jun, 2014 2 commits
  14. 20 Jun, 2014 1 commit
  15. 19 Jun, 2014 2 commits
  16. 18 Jun, 2014 1 commit
  17. 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
  18. 12 Jun, 2014 1 commit
  19. 11 Jun, 2014 5 commits
  20. 09 Jun, 2014 3 commits
  21. 10 Jun, 2014 7 commits