mariadb/storage
Jan Lindström ec8257216e Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default.
SYNTAX: ATOMIC_WRITES=['DEFAULT','ON','OFF']

Idea here is to be able to define innodb_doublewrite = 1 but with following rules:

ATOMIC_WRITES='DEFAULT' - if innodb_use_atomic_writes = 1, we do not write to doublewrite buffer the changes
                          if innodb_use_atomic_writes = 0, we write to doublewrite buffer
ATOMIC_WRITES='ON'      - do not write to doublewrite buffer
ATOMIC_WRITES='OFF'     - write to doublewrite buffer

Note that doublewrite buffer can't be used if innodb_doublewrite = 0.
2014-01-10 12:11:36 +02:00
..
archive
blackhole
cassandra
connect Merge 10.0-connect -> 10.0 2013-12-03 14:12:53 +04:00
csv
example
federated
federatedx
heap
innobase Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
maria MDEV-5220 - [PATCH] MariaDB 10.0.4 doesn't compile without perfschema 2013-11-14 18:00:00 +04:00
myisam
myisammrg
ndb
oqgraph
perfschema
sequence
sphinx
spider
test_sql_discovery
tokudb
xtradb