• marko's avatar
    branches/zip: recv_scan_log_recs(): Non-functional change: Replace a · cd653f78
    marko authored
    debug assertion ut_ad(len > 0) with ut_ad(len >= OS_FILE_LOG_BLOCK_SIZE).
    
    This change is only for readability, for Issue #428.  Another
    assertion on len being an integer multiple of OS_FILE_LOG_BLOCK_SIZE
    already ensured together with the old ut_ad(len > 0) that actually len
    must be at least OS_FILE_LOG_BLOCK_SIZE.
    cd653f78
log0recv.c 95.9 KB