1. 18 Jun, 2014 1 commit
  2. 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
  3. 09 Jun, 2014 1 commit
  4. 06 Jun, 2014 2 commits
  5. 03 Jun, 2014 1 commit
  6. 02 Jun, 2014 1 commit
  7. 30 May, 2014 1 commit
  8. 29 May, 2014 1 commit
  9. 28 May, 2014 1 commit
  10. 27 May, 2014 2 commits
  11. 25 May, 2014 1 commit
  12. 22 May, 2014 1 commit
  13. 21 May, 2014 10 commits
  14. 12 May, 2014 1 commit
    • Nirbhay Choubey's avatar
      MDEV#5942 (Issue 1), MDEV#5903 · 558995ad
      Nirbhay Choubey authored
      Updated MYSQL_ADD_PLUGIN cmake macro so that for wsrep
      builds (WITH_WSREP), components not specified explicitly
      under CPACK_COMPONENTS_ALL does not get packaged. This is
      to avoid generation of extra packages for wsrep (galera)
      build.
      558995ad
  15. 10 May, 2014 2 commits
  16. 09 May, 2014 5 commits
  17. 08 May, 2014 7 commits