1. 19 Oct, 2018 9 commits
  2. 18 Oct, 2018 18 commits
  3. 17 Oct, 2018 10 commits
  4. 16 Oct, 2018 3 commits
    • Marko Mäkelä's avatar
      Amend 54b7267c · 62bf9ce9
      Marko Mäkelä authored
      btr_cur_optimistic_delete_func(), btr_cur_pessimistic_delete():
      If the whole page cannot be emptied, do delete the last user record.
      
      btr_pcur_store_position(): Allow a logically empty page contain
      a metadata record for generic ALTER TABLE.
      62bf9ce9
    • Eugene Kosov's avatar
      MDEV-17313 Data race in ib_counter_t · fee24b12
      Eugene Kosov authored
      try fix OSX build
      fee24b12
    • Varun Gupta's avatar
      MDEV-17137: Syntax errors with VIEW using MEDIAN · 97a37edc
      Varun Gupta authored
      The syntax error happened because we had not implemented a different print for
      percentile functions. The syntax is a bit different when we use percentile functions
      as window functions in comparision to normal window functions.
      Implemented a seperate print function for percentile functions
      97a37edc