1. 02 Jun, 2018 1 commit
  2. 01 Jun, 2018 1 commit
    • Yuqi's avatar
      Make MariaDB CRC32-lib platform independence (#780) · ee5124d7
      Yuqi authored
      Make mariadb crc32 lib platform independent
      
      It looks strange that someone can make use of 2 crc libraries
      (Power64 or AArch64) at the same time.
      
      The patch sets macros 'CRC32_LIBRARY' to make platform independence as an optional crc32 library.
      
      Change-Id: I68bbf73cafb6a12f7fb105ad57d117b114a8c4af
      Signed-off-by: default avatarYuqi Gu <yuqi.gu@arm.com>
      ee5124d7
  3. 31 May, 2018 1 commit
    • Marko Mäkelä's avatar
      Follow-up to MDEV-14168: Correct INNOBASE_DEFAULTS · db677cc6
      Marko Mäkelä authored
      INNOBASE_DEFAULTS: Replace ALTER_ADD_COLUMN with the more appropriate
      ALTER_ADD_STORED_BASE_COLUMN. This clean-up causes no change of
      behaviour, because ALGORITHM=INPLACE would be refused for
      ALTER_ADD_STORED_GENERATED_COLUMN, and default values are not computed
      nor substituted for ALTER_ADD_VIRTUAL_COLUMN.
      db677cc6
  4. 30 May, 2018 3 commits
    • Vladislav Vaintroub's avatar
      MDEV-16345 : No upgrade wizard in 10.3 in Windows packages. · 5a61fa98
      Vladislav Vaintroub authored
      Disable /permissive- flag, so MFC  is found, and upgrade_wizard is built.
      
      MFC code is not standard C++, so it doesn not play well with /permissive-
      5a61fa98
    • Marko Mäkelä's avatar
      MDEV-16334 Incorrect ALTER TABLE for changing column option · 682e7b8f
      Marko Mäkelä authored
      commit 2dbeebdb accidentally changed
      ALTER_COLUMN_OPTION and ALTER_COLUMN_STORAGE_TYPE to be separate flags.
      InnoDB and Mroonga are only checking for the latter;
      the example storage engine is checking for the former only.
      
      The impact of this bug should be incorrect operation of Mroonga when
      the column options GROONGA_TYPE, FLAGS are changed.
      
      InnoDB does not define any column options, only table options,
      so the flag ALTER_COLUMN_OPTION should never have been set.
      
      Also, remove the unused flag ALTER_DROP_HISTORICAL.
      682e7b8f
    • Marko Mäkelä's avatar
      After-merge fixes · c0f97710
      Marko Mäkelä authored
      Fix type mismatches in the unit test mdev10259().
      
      btr_search_info_get_ref_count(): Do not return early if !table->space.
      We can simply access table->space_id even after the tablespace has
      been discarded.
      
      btr_get_search_latch(): Relax a debug assertion to allow
      !index->table->space.
      c0f97710
  5. 29 May, 2018 11 commits
  6. 28 May, 2018 9 commits
  7. 27 May, 2018 4 commits
  8. 26 May, 2018 10 commits