1. 18 Mar, 2021 2 commits
    • Daniel Black's avatar
      crc32c: Fix AIX compulation - ALIGN defined · 5dbea46c
      Daniel Black authored
      ALIGN was defined already:
      
      mysys/crc32/crc32c.cc:390: warning: "ALIGN" redefined
       #define ALIGN(n, m)     ((n + ((1 << m) - 1)) & ~((1 << m) - 1))
      
      In file included from /root/aix/build/include/my_global.h:543,
                       from /root/aix/build/mysys/crc32/crc32c.cc:22:
      /opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/8/include-fixed/sys/socket.h:788: note: this is the location of the previous definition
       #define ALIGN(p)                (ulong)((caddr_t)(p) + MACHINE_ALIGNMENT - 1 - \
      5dbea46c
    • Etienne Guesnet's avatar
      CRC32 on AIX · 60d1461a
      Etienne Guesnet authored
      60d1461a
  2. 17 Mar, 2021 4 commits
  3. 16 Mar, 2021 1 commit
  4. 15 Mar, 2021 1 commit
    • Vlad Lesin's avatar
      MDEV-24184 InnoDB RENAME TABLE recovery failure if names are reused · 8cbada87
      Vlad Lesin authored
      fil_op_replay_rename(): Remove.
      
      fil_rename_tablespace_check(): Remove a parameter is_discarded=false.
      
      recv_sys_t::parse(): Instead of applying FILE_RENAME operations,
      buffer the operations in renamed_spaces.
      
      recv_sys_t::apply(): In the last_batch, apply renamed_spaces.
      8cbada87
  5. 12 Mar, 2021 1 commit
  6. 11 Mar, 2021 12 commits
  7. 10 Mar, 2021 5 commits
  8. 09 Mar, 2021 4 commits
  9. 08 Mar, 2021 10 commits