1. 02 Dec, 2019 1 commit
  2. 26 Nov, 2019 2 commits
  3. 24 Oct, 2019 1 commit
  4. 12 Sep, 2019 1 commit
  5. 06 Sep, 2019 1 commit
  6. 29 Aug, 2019 2 commits
  7. 17 Jul, 2019 2 commits
  8. 10 Jul, 2019 3 commits
  9. 28 Jun, 2019 1 commit
    • Dominik Bartkiewicz's avatar
      Cast reservation flags before sending to MySQL. · c11eed5c
      Dominik Bartkiewicz authored
      Flags are stored in a smallint, which can only hold the first 16 bits
      worth out of 32 bits of flags currently in use.
      
      MySQL's overflow rules will treat any value > 0xffff as 0xffff, rather than
      dropping the higher-order bits (flags), which means the stored value not
      only loses the higher-order bits but corrupts the lower-order as well.
      
      The 19.05 release extends the column to bigint (64 bit).
      
      Bug 6969.
      c11eed5c
  10. 07 Jun, 2019 4 commits
  11. 06 Jun, 2019 1 commit
  12. 05 Jun, 2019 8 commits
  13. 03 Jun, 2019 1 commit
  14. 29 May, 2019 1 commit
  15. 27 May, 2019 2 commits
  16. 25 May, 2019 3 commits
  17. 24 May, 2019 2 commits
  18. 23 May, 2019 4 commits