• Marko Mäkelä's avatar
    Remove unused DBUG_EXECUTE_IF "ignore_punch_hole" · 0c7c4492
    Marko Mäkelä authored
    Since commit ea21d630 we
    conditionally define a variable that only plays a role on
    systems that support hole-punching (explicit creation of sparse files).
    However, that broke debug builds on such systems.
    
    It turns out that the debug_dbug label "ignore_punch_hole" is
    not at all used in MariaDB server. It would be covered by
    the MySQL 5.7 test innodb.table_compress. (Note: MariaDB 10.1
    implemented page_compressed tables before something comparable
    appeared in MySQL 5.7.)
    0c7c4492
buf0flu.cc 71.9 KB