mariadb/storage/innobase/buf
Sergei Golubchik ed008a74cf Make atomic writes general
- Atomic writes are enabled by default
- Automatically detect if device supports atomic write and use it if
  atomic writes are enabled
- Remove ATOMIC WRITE options from CREATE TABLE
  - Atomic write is a device option, not a table options as the table may
    crash if the media changes
- Add support for SHANNON SSD cards
2017-01-11 09:18:35 +02:00
..
buf0buddy.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
buf0buf.cc MDEV-11713 Optimize DBUG_PRINT and introduce DBUG_LOG 2017-01-05 10:51:18 +02:00
buf0checksum.cc Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
buf0dblwr.cc MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
buf0dump.cc Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
buf0flu.cc Make atomic writes general 2017-01-11 09:18:35 +02:00
buf0lru.cc Fix InnoDB compilation warnings. 2017-01-05 11:49:00 +02:00
buf0mtflu.cc Fix InnoDB compilation warnings. 2017-01-05 11:49:00 +02:00
buf0rea.cc MDEV-10908: innodb_zip.bug56680 fails in buildbot with InnoDB: Failing assertion: bpage->id.space() == page_id.space() 2016-09-30 08:45:51 +03:00