1. 07 Aug, 2014 1 commit
  2. 05 Aug, 2014 1 commit
  3. 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
  4. 22 Jul, 2014 2 commits
  5. 21 Jul, 2014 1 commit
  6. 15 Jul, 2014 1 commit
  7. 12 Jul, 2014 1 commit
  8. 11 Jul, 2014 1 commit
  9. 09 Jul, 2014 1 commit
  10. 04 Jul, 2014 3 commits
  11. 30 Jun, 2014 1 commit
  12. 26 Jun, 2014 1 commit
  13. 25 Jun, 2014 2 commits
  14. 23 Jun, 2014 2 commits
  15. 20 Jun, 2014 1 commit
  16. 19 Jun, 2014 2 commits
  17. 18 Jun, 2014 1 commit
  18. 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
  19. 12 Jun, 2014 1 commit
  20. 11 Jun, 2014 5 commits
  21. 09 Jun, 2014 3 commits
  22. 10 Jun, 2014 6 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
    • Alexey Botchkov's avatar
      MDEV-4440 IF NOT EXISTS in multi-action ALTER does not work when the problem... · 6b84ecdc
      Alexey Botchkov authored
      MDEV-4440 IF NOT EXISTS in multi-action ALTER does not work when the problem is created by a previous part of the ALTER.
              Loops added to the handle_if_exists_option() to check the
              CREATE/DROP lists for duplicates.
      
      6b84ecdc