Comment 1 for bug 1391216

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

Confirmed by code review. In current Percona Server 5.6.x code we have:

         ut_a(byte_offset % OS_MIN_LOG_BLOCK_SIZE == 0);
         ut_a((len % OS_MIN_LOG_BLOCK_SIZE) == 0);

assertions instead.