mariadb/storage/innobase/os
Jan Lindström f71c45c71d MDEV-9678: Data Directory bug
Problem was that link file (.isl) is also opened using O_DIRECT
    mode and if this fails the whole create table fails on internal
    error.

    Fixed by not using O_DIRECT on link files as they are used only
    on create table and startup and do not contain real data.
    O_DIRECT failures are successfully ignored for data files
    if O_DIRECT is not supported by file system on used
    data directory.
2016-03-22 19:39:52 +02:00
..
os0file.cc MDEV-9678: Data Directory bug 2016-03-22 19:39:52 +02:00
os0proc.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
os0sync.cc InnoDB-5.6.24 2015-05-05 00:06:23 +02:00
os0thread.cc move to storage/innobase 2015-05-04 19:17:21 +02:00