1. 24 Jun, 2014 1 commit
    • Kristian Nielsen's avatar
      MDEV-6364: Migrate a slave from MySQL 5.6 to MariaDB 10 break replication · 312219cc
      Kristian Nielsen authored
      MySQL 5.6 implemented WL#344, which is about a MASTER_DELAY option to CHANGE
      MASTER. But as part of this worklog, the format of the realy-log.info file was
      changed. The new format is not understood by earlier versions, and nor by
      MariaDB 10.0, so changing server to those versions would cause the slave to
      abort with an error due to reading incorrect data out of relay-log.info.
      
      Fix this by backporting from the WL#344 patch just the code that understands
      the new relay-log.info format. We still write out the old format, and none of
      the MASTER_DELAY feature is backported with this commit.
      312219cc
  2. 23 Jun, 2014 1 commit
  3. 20 Jun, 2014 1 commit
  4. 18 Jun, 2014 4 commits
    • Sergey Vojtovich's avatar
      MDEV-6039 - WebScaleSQL patches · d2a4b785
      Sergey Vojtovich authored
      Stop spawning dummy threads on client library initialization
      
      Let's revert the fix for Bug#24507.  To quote Monty from 2006:
      
      "After 1/2 a year, when all glibc versions are updated, we can delete
      this code."
      
      Note: The upstream glibc bug was fixed in 2006.
      d2a4b785
    • Sergey Vojtovich's avatar
      MDEV-6039 - WebScaleSQL patches · b6c175aa
      Sergey Vojtovich authored
      Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections
      
      Code cleanup: removed reference to CLIENT_REMEMBER_OPTIONS from server
      code. This flag is ignored in MariaDB.
      b6c175aa
    • unknown's avatar
      MDEV-6180: Error 1590 is not autoskippable · 643738ee
      unknown authored
      The INCIDENT_EVENT always caused slave error and abort, without checking
      --slave-skip-errors.
      
      Now, if error 1590, ER_SLAVE_INCIDENT is included in the --slave-skip-errors
      list, incident events will be ignored.
      
      This is a merge of this MySQL 5.6 patch:
      
      revision-id: frazer@mysql.com-20110314170916-ypgin17otj3ucx95
      committer: Frazer Clement <frazer@mysql.com>
      timestamp: Mon 2011-03-14 17:09:16 +0000
      message:
        Bug#11799671 NOT POSSIBLE TO SKIP INCIDENT ERRORS
      643738ee
    • Sergey Vojtovich's avatar
      MDEV-6039 - WebScaleSQL patches · da808ae0
      Sergey Vojtovich authored
      Use single quotes for perl paths, in case of special symbols
      
      Double-quoted string literals are subject to backslash and variable
      substitution.
      da808ae0
  5. 10 Jun, 2014 1 commit
  6. 13 Jun, 2014 1 commit
  7. 12 Jun, 2014 1 commit
  8. 11 Jun, 2014 5 commits
  9. 09 Jun, 2014 2 commits
  10. 10 Jun, 2014 7 commits
  11. 09 Jun, 2014 8 commits
  12. 08 Jun, 2014 1 commit
  13. 07 Jun, 2014 2 commits
  14. 06 Jun, 2014 2 commits
  15. 05 Jun, 2014 3 commits