1. 27 Dec, 2018 27 commits
  2. 26 Dec, 2018 1 commit
    • Teodor Mircea Ionita's avatar
      travis: upgrade Ubuntu target dist to 16.04 Xenial · 829fce9e
      Teodor Mircea Ionita authored
      Ubuntu 14.04 Trusty is LTS until April 2019 and since we are
      approaching that, upgrade to Xenial which is LTS until April 2021.
      
      One bonus of this upgrade is that the Travis Xenial virtual images
      have a much bigger disk size, thus no need to limit ccache below
      the default of 5G anymore.
      
      Also had to remove linux/clang-8 toolchain testing since
      llvm-toolchain-xenial is not listed at:
      https://github.com/travis-ci/apt-source-safelist/blob/master/ubuntu.json
      
      And fails with:
      Disallowing sources: llvm-toolchain-xenial
      ...
      E: Unable to locate package clang-8
      E: Unable to locate package llvm-8-dev
      829fce9e
  3. 25 Dec, 2018 4 commits
  4. 21 Dec, 2018 2 commits
    • Marko Mäkelä's avatar
      MDEV-18048: Relax a too strict debug assertion · a8eb0c76
      Marko Mäkelä authored
      This assertion should have been relaxed when implementing the first part of
      MDEV-15563: instant removal of NOT NULL attribute for ROW_FORMAT=REDUNDANT
      tables.
      
      For ROW_FORMAT=REDUNDANT, there is no bitmap of null columns;
      the null flags are encoded in the end offset of each field.
      We do not really care about the number of fields that can be NULL.
      a8eb0c76
    • Marko Mäkelä's avatar
      MDEV-18035 Failing assertion on DELETE · ccb1acbd
      Marko Mäkelä authored
      instant_alter_column_possible(): Do not allow instant removal of NOT NULL
      attribute from a column that belongs to the key of the clustered index.
      ccb1acbd
  5. 20 Dec, 2018 2 commits
  6. 18 Dec, 2018 4 commits