mariadb/storage
Eugene Kosov 0cd2b4c249 MDEV-22177 more fsync() -> fdatasync() in InnoDB
Replace all fsync() with fdatasync() when possible (e.g. On Linux)

InnoDB doesn't care about file timestamps. So, to achieve a better
performance it makes sense to use fdatasync() everywhere.

file_io::flush(): renamed from flush_data_only()

os_file_flush_data(): removed

os_file_sync_posix(): renamed from os_file_fsync_posix(). Now it uses
fdatasync() when it's available.
2020-04-28 12:15:00 +03:00
..
archive perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
blackhole cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
cassandra cleanup: const 2020-03-31 17:42:34 +02:00
connect Merge 10.4 into 10.5 2020-03-30 19:07:25 +03:00
csv cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
example Added page_range to records_in_range() to improve range statistics 2020-03-27 03:54:45 +02:00
federated Added page_range to records_in_range() to improve range statistics 2020-03-27 03:54:45 +02:00
federatedx Merge 10.4 into 10.5 2020-03-27 09:39:15 +02:00
heap Split tdc_remove_table() 2020-04-03 13:01:21 +04:00
innobase MDEV-22177 more fsync() -> fdatasync() in InnoDB 2020-04-28 12:15:00 +03:00
maria Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
mroonga Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
myisam Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
myisammrg Added page_range to records_in_range() to improve range statistics 2020-03-27 03:54:45 +02:00
oqgraph Added page_range to records_in_range() to improve range statistics 2020-03-27 03:54:45 +02:00
perfschema Merge 10.4 into 10.5 2020-03-23 10:50:14 +02:00
rocksdb Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
sequence Added page_range to records_in_range() to improve range statistics 2020-03-27 03:54:45 +02:00
sphinx Added page_range to records_in_range() to improve range statistics 2020-03-27 03:54:45 +02:00
spider MDEV-21884 MariaDB with Spider crashes on a query 2020-04-23 00:03:54 +09:00
test_sql_discovery MDEV-19944 Remove GIS data types from keyword list in lex.h 2019-07-04 07:48:46 +04:00
tokudb Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00