1. 24 Dec, 2018 1 commit
  2. 21 Dec, 2018 12 commits
  3. 20 Dec, 2018 15 commits
  4. 19 Dec, 2018 3 commits
    • Marko Mäkelä's avatar
      Merge 10.1 into 10.2 · 610e4034
      Marko Mäkelä authored
      610e4034
    • Marko Mäkelä's avatar
      MDEV-18025: Improve test case and consistency checks · dd72d7d5
      Marko Mäkelä authored
      Write a test case that computes valid crc32 checksums for
      an encrypted page, but zeroes out the payload area, so
      that the checksum after decryption fails.
      
      xb_fil_cur_read(): Validate the page number before trying
      any checksum calculation or decrypting or decompression.
      Also, skip zero-filled pages. For page_compressed pages,
      ensure that the FIL_PAGE_TYPE was changed. Also, reject
      FIL_PAGE_PAGE_COMPRESSED_ENCRYPTED if no decryption was attempted.
      dd72d7d5
    • Varun Gupta's avatar
      MDEV-15424: Unreasonable SQL Error (1356) on select from view · 82a4d55d
      Varun Gupta authored
      While printing a view containing a window function we were printing it as an
      Item_field object instead of an Item_window_func object. This is incorrect and this
      leads to us throwing an error ER_VIEW_INVALID.
      Fixed by adjusting the Item_ref:print function.
      Also made UDF function aware if there arguments have window function.
      82a4d55d
  5. 18 Dec, 2018 8 commits
  6. 17 Dec, 2018 1 commit