summaryrefslogtreecommitdiff
path: root/libevent/ChangeLog
diff options
context:
space:
mode:
authorJan Lindström <jplindst@mariadb.org>2014-01-10 12:11:36 +0200
committerJan Lindström <jplindst@mariadb.org>2014-01-10 12:11:36 +0200
commitec8257216e5b25ed82d63f074254b9454e0a0df3 (patch)
tree1e305907bd8d92ef7d324cf42ce0411a1898797c /libevent/ChangeLog
parent2b5a0a22802a0069f318f7d23a1071a703930c90 (diff)
downloadmariadb-git-ec8257216e5b25ed82d63f074254b9454e0a0df3.tar.gz
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.
Diffstat (limited to 'libevent/ChangeLog')
0 files changed, 0 insertions, 0 deletions