mariadb/storage/innobase/fil
Marko Mäkelä 08b6fd9395 MDEV-25710: Dead code os_file_opendir() in the server
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 09af00cbde (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.
2021-05-18 12:13:18 +03:00
..
fil0crypt.cc Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00
fil0fil.cc MDEV-25710: Dead code os_file_opendir() in the server 2021-05-18 12:13:18 +03:00
fil0pagecompress.cc Merge 10.3 into 10.4, except MDEV-22543 2020-08-13 18:48:41 +03:00