mariadb/storage/innobase/log
Marko Mäkelä 42a4ae54c2 MDEV-21225 Remove ut_align() and use aligned_malloc()
Before commit 90c52e5291 introduced
aligned_malloc(), InnoDB always used a pattern of over-allocating
memory and invoking ut_align() to guarantee the desired alignment.

It is cleaner to invoke aligned_malloc() and aligned_free() directly.

ut_align(): Remove. In assertions, ut_align_down() can be used instead.
2019-12-05 06:42:31 +02:00
..
log0crypt.cc MDEV-21133 Optimize access to InnoDB page header fields 2019-11-26 10:15:03 +02:00
log0log.cc MDEV-21225 Remove ut_align() and use aligned_malloc() 2019-12-05 06:42:31 +02:00
log0recv.cc MDEV-19514: Update stale comments 2019-12-04 15:35:58 +02:00