mariadb/storage/innobase/trx
Vladislav Vaintroub a98009ab02 MDEV-12201 innodb_flush_method are not available on Windows
Remove srv_win_file_flush_method

- Rename srv_unix_file_flush_method to srv_file_flush_method, and
  rename constants to remove UNIX from them, i.e SRV_UNIX_FSYNC=>SRV_FSYNC

- Add SRV_ALL_O_DIRECT_FSYNC corresponding to current Windows default
(no buffering for either log or data, flush on both log and data)

- change os_file_open on Windows to behave identically to Unix wrt
O_DIRECT and O_DSYNC settings. map O_DIRECT to FILE_FLAG_NO_BUFFERING and
O_DSYNC to FILE_FLAG_WRITE_THROUGH

- remove various #ifdef _WIN32
2017-03-09 19:19:38 +00:00
..
trx0i_s.cc MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index 2017-03-03 16:55:50 +02:00
trx0purge.cc Simplify InnoDB startup. 2017-03-09 17:28:06 +02:00
trx0rec.cc Remove trx_sys_t::pending_purge_rseg_array. 2017-03-09 15:58:33 +02:00
trx0roll.cc MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
trx0rseg.cc Simplify InnoDB startup. 2017-03-09 17:28:06 +02:00
trx0sys.cc Simplify InnoDB startup. 2017-03-09 17:28:06 +02:00
trx0trx.cc MDEV-12201 innodb_flush_method are not available on Windows 2017-03-09 19:19:38 +00:00
trx0undo.cc Relax assertions on shutdown after aborted startup. 2017-02-09 10:18:46 +02:00