mariadb/storage/innobase/row
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
..
row0ext.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0ftsort.cc Merge branch '10.0' into 10.1 2016-02-23 21:35:05 +01:00
row0import.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
row0ins.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
row0log.cc Merge branch '10.0' into 10.1 2016-02-23 21:35:05 +01:00
row0merge.cc MDEV-9678: Data Directory bug 2016-03-22 19:39:52 +02:00
row0mysql.cc Merge branch '10.0' into 10.1 2016-02-23 21:35:05 +01:00
row0purge.cc 5.6.26 2015-08-03 13:03:47 +02:00
row0quiesce.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0row.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0sel.cc MDEV-8764: Wrong error when encrypted table can't be decrypted. 2015-09-14 08:27:36 +03:00
row0uins.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0umod.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0undo.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0upd.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0vers.cc move to storage/innobase 2015-05-04 19:17:21 +02:00