1. 02 Nov, 2016 10 commits
  2. 01 Nov, 2016 1 commit
  3. 31 Oct, 2016 3 commits
  4. 30 Oct, 2016 1 commit
  5. 29 Oct, 2016 6 commits
  6. 28 Oct, 2016 2 commits
  7. 27 Oct, 2016 4 commits
  8. 26 Oct, 2016 10 commits
  9. 25 Oct, 2016 3 commits
    • sensssz's avatar
      A few fixes for VATS in 10.1 · 74961760
      sensssz authored
      74961760
    • Vladislav Vaintroub's avatar
      MDEV-10951 Field_newdate::cmp access violation · 82ab92bd
      Vladislav Vaintroub authored
      The crash is caused by macro uint3korr() accessing memory (1 byte) past
      the end of allocated page. The macro is written such it reads 4 bytes
      instead of 3 and discards the value of the last byte.
      
      However, it is not always guaranteed that all uint3korr accesses will be
      valid (i.e that the caller allocates an extra byte after the value).
      
      In particular, the tree in Item_func_group_concat does not account for
      any extra bytes that it would need for comparison of keys in some cases
      (Field_newdate::cmp, Field_medium::cmp)
      
      The fix change uint3korr so it does not access extra bytes.
      82ab92bd
    • Sergei Golubchik's avatar
      Merge branch 'connect/10.0' into 10.0 · 2cfccbe4
      Sergei Golubchik authored
      2cfccbe4