• Marko Mäkelä's avatar
    MDEV-25710: Dead code os_file_opendir() in the server · 08b6fd93
    Marko Mäkelä authored
    The functions fil_file_readdir_next_file(), os_file_opendir(),
    os_file_closedir() became dead code in the server in MariaDB 10.4.0
    with commit 09af00cb (the removal of
    the crash recovery logic for the TRUNCATE TABLE implementation that
    was replaced in MDEV-13564).
    
    os_file_opendir(), os_file_closedir(): Define as macros.
    08b6fd93
fil0fil.cc 134 KB