1. 06 Dec, 2013 1 commit
  2. 05 Dec, 2013 1 commit
  3. 29 Nov, 2013 2 commits
  4. 27 Nov, 2013 3 commits
  5. 26 Nov, 2013 2 commits
  6. 25 Nov, 2013 4 commits
  7. 23 Nov, 2013 3 commits
  8. 22 Nov, 2013 8 commits
  9. 21 Nov, 2013 10 commits
  10. 18 Nov, 2013 2 commits
    • unknown's avatar
      MDEV-5306: Missing locking around rpl_global_gtid_binlog_state · 170e9e59
      unknown authored
      There were some places where insufficient locking between
      parallel threads could cause invalid memory accesses and
      possibly other grief.
      
      This patch adds the missing locking, and moves the locking
      into the struct rpl_binlog_state methods to make it easier
      to see that proper locking is in place everywhere.
      170e9e59
    • Sergey Vojtovich's avatar
      MDEV-5182 - build of 10.0.4/r3863 fails @ 'cmake' with · 160236f8
      Sergey Vojtovich authored
                  -DINSTALL_SYSCONFDIR/-DDEFAULT_SYSCONFDIR specified
      
      The reason for a bug is in support-files/CMakeLists.txt that tries to
      install files in INSTALL_SYSCONF2DIR, without checking whether this
      variable is actually defined. 
      
      Normally INSTALL_SYSCONF2DIR is always defined if INSTALL_SYSCONFDIR is
      defined, and support-files/CMakeLists.txt assumes that. But when one
      specifies INSTALL_SYSCONFDIR manually on the command line, this
      assumption might be broken.
      160236f8
  11. 20 Nov, 2013 1 commit
  12. 19 Nov, 2013 3 commits